>
> >If you want to be totally searchengine-safe, do not use variables on the
> >url, do not rely on cookies and do not rely on POST variables
> for the pages
> >you want to have the searchengine spider.
>
> How the heck do you build a dynamic site without URL variables,
> cookies, or POST variables?
>
> Kristofer
One way would be to use the url path.
Http://script.php/these/are/variables/passed/to/php
You fool the searchengine, it thinks 'script.php' is a directory and its
getting a file called 'php', but actually you're calling 'script.php' with
'/these/are/variables/passed/to/php' as parameters.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]