Posted by Russell Wallace on 11/23/05 11:44
Chris Hope wrote:
> Sounds like register_globals is set to off (which has been the default
> since 4.3 IIRC).
>
> You should be accessing external variables like so:
> $_GET['do']
> $_POST['do']
> $_COOKIE['do']
>
> using whichever super global is appropriate.
That worked, thanks!
--
"Always look on the bright side of life."
To reply by email, replace no.spam with my last name.
[Back to original message]
|