edit the php.ini file changing

register_globals = On

then restart httpd.

When register_globals is set to "Off" you cannot access post or get
variables in the usual way but you need to address the $_GET, $_POST array
(or the general $_REQUEST).

More details on the manual...


----- Original Message -----
From: "Todd Barr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 10, 2003 7:39 PM
Subject: [PHP] Php 4.3


Hello,

I am having issues after I upgraded from 4.0.5 to 4.3

Alot of my link pages were based in www.something.com/phptest.php?foo=9323

Now that I have upgraded, I get foo errors.

It says that it no longer gets the foo value...

how can I fix this?

THanks

-T



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

Reply via email to