On Friday, April 19, 2002, at 06:18  PM, Tobias Lindqvist wrote:

> 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)


Erik




----

Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


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

Reply via email to