>;
> <[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
>
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
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:
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...
4 matches
Mail list logo