Hi,

>>If I turn register_global on and print $QUERY_STRING it works,
>> but it wont if I print $_SERVER['QUERY_STRING'].
>> I'm on XP/PHP 4.0.6.

the super globals arrays are availables from PHP 4.1.0 i think, no ?
before this version your should use $HTTP_SERVER_VARS['QUERY_STRING']

upgrade your PHP version :)
a lot of parallels projects exists for windows, i use easyphp (
http://www.easyphp.org/ )

regards



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to