On Feb 22, 2007, at 4:33 PM, Jochem Maas wrote:
do a var_dump($_SERVER); or phpinfo(); to see what you do have available.
'REQUEST_URI' doesn't show. Now I see the line in the documentation that says "You may or may not find any of the following elements..."
How do I find out whether QUERY_STRING will work on the working server? I'll do some searching, but is anyone aware of a resource that tells which server hardware/software supports which ones?
Hmmmm... it might be smarter to use the $_GET's to recreate the string if these things are inconsistent.
Ken -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php