Hi, I presume in the previous version you used register_globals=On the trick is that you will have to chenge most of the scripts now. Now that you have moved to 4.2.3 version, you should use the $_SERVER, $_REQUEST, $_POST, etc... variables instead of $HTTP_*_VARS Btw. It's agood idea to leave register_globals off.
Cheers, Catalin "Ivan Carey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello, > I would like to be able to use $HTTP_*_VARS[]. > > When I was using PHP 4.0.4PL1 I had no provlems sending form variables or > any other type of variables such as url variables from one page to another. > Now with PHP 4.2.3 I am unable to send variables from one page to another > unless I turn on register_globals. > > How do I use $HTTP_*_VARS[] without a lot of recoding of all pages or do I > simply leave register_globals on. > Or is ther another way? > > Thankyou, > Ivan > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php