|
Posted by Michael Wild on 11/03/06 15:31
On Fri, 03 Nov 2006 15:35:33 +0100, Erwin Moller wrote:
> whiskey wrote:
>
>> Do a print_r($LOBALS), maybe you misspelled the keys.
>
> And you mispelled GLOBALS.
> ;-)
>
> But besides the typo: good advise.
>
> Regards,
> Erwin Moller
:-)
I already did, and it looks like:
Array (<stuff left out> [_GET] => [_POST] => )
On my laptop it looks like:
Array (<stuff left out> [_GET] => array() [_POST] => array() )
So there definitely is a difference.
Michael
Navigation:
[Reply to this message]
|