Hi again.

>> Hoe come I cant use $HTTP_*_VARS in my script ? I have
register_globals
>> on, track vars is also on and i have made the necessary changes in my
>> apache config ( the ALLOWOVERRIDE ALL ). My system is Win XP, Apache
(
>> newest ) and newest PHP release.

>You don't want to use $HTTP_*_VARS.

>You want to use $_* ($_SESSION, $_COOKIE, $_GET, $_POST, $_SERVER, etc)

Well, I cant use them either for some reason...

Tobias.


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

Reply via email to