[thelist] Re: PHP and / instead of ?

Carl J Meyer cjmeyer at npcc.net
Thu Jan 16 13:06:01 CST 2003


On Thu, 2003-01-16 at 10:38, Timothy J. Luoma wrote:
> > PHP allows a forward
> > slash to be used in lieu of a question mark as a GET query marker
> > (beyond which point the script can explode() the resulting string in
> > order to retrieve content for serving);
>
> Oh, now that sounds interesting... can you tell me where to find out more
> about that?

Strictly speaking, it doesn't "replace the GET query marker", it's an
entirely different way of passing data to your script via the URL.
Full description here (watch wrap):

http://www.evolt.org/article/Search_Engine_Friendly_URLs_with_PHP_and_Apache/17/15049/index.html

Carl




More information about the thelist mailing list