Re: [PHP] using slash as delimiter

2001-02-19 Thread Richard Lynch
> okay, i swear, this *must* be a FAQ. :-) I looked on php.net's FAQ and > php.faqts.com, but couldn't find it. Ah, but did you check the Mailing List archives? Though, I must admit, figuring out what to use for a search term is kinda tough for this one... > How do I use slashes to delimit quer

[PHP] using slash as delimiter

2001-02-18 Thread Paul Schreiber
okay, i swear, this *must* be a FAQ. :-) I looked on php.net's FAQ and php.faqts.com, but couldn't find it. How do I use slashes to delimit query string (url) paramters? i.e., I want http://foo.com/name/paul instead of http://foo.com/?name=paul Manuel Lemos does this on his php classes