Re: [PHP] Smart URLs

2002-06-02 Thread Philip Olson
>; > <[EMAIL PROTECTED]> > Sent: Sunday, June 02, 2002 3:24 PM > Subject: Re: [PHP] Smart URLs > > > > > whenever a URL like > > > mysite.com/thumbnails/funny/4 > > > i called the thumbnails.php is excuted, in which you > > > > I th

Re: [PHP] Smart URLs

2002-06-02 Thread Andrew Brampton
> To: "Andrew Brampton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 3:24 PM Subject: Re: [PHP] Smart URLs > > whenever a URL like > > mysite.com/thumbnails/funny/4 > > i called the thumbnails.php is excuted, i

Re: [PHP] Smart URLs

2002-06-02 Thread Adrian Murphy
thumbnails' is parsed as php.do this with a .htaccess file : ForceType application/x-httpd-php - Original Message - From: "Andrew Brampton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, June 02, 2002 1:20 PM Subject: Re:

Re: [PHP] Smart URLs

2002-06-02 Thread Andrew Brampton
You can do this with just PHP, but I think php must be installed as a module. Basically place a file called thumbnails.php in your site route, then whenever a URL like mysite.com/thumbnails/funny/4 i called the thumbnails.php is excuted, in which you chop up the URL, and find all your varibles...