register_globals is deprecated in php 4.2. The preferred method is to use the new GET or POST arrays (eg, $name = $_POST['name'], etc).
You can turn register_globals on in the php.ini. php.org recommends against this for security reasons, discussions of which you can find in this newsgroup recently. "Ruben" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... Hi. I just (re-)installed the phpdev apache, php 4.2. Since I've got this problem. Evry time I load a php page i get this error message at the top of evry page telling me that evry variable in the previous page isn't declared yet. But when i used to run php whith my older version 4.06 I didn't get this message. I also can't find any answers on the faq. Can you help me with this? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php