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