Posted by Erwin Moller on 02/02/07 13:11
Toby A Inkster wrote:
> Erwin Moller wrote:
>
>> Does anybody know a way to dump all used variables and their content?
>> Is that at all possible?
>
> print_r($GLOBALS) might be what you're looking for.
>
Excactly!
I did try print_r($_GLOBALS) for some mysterious reason.
Thanks Toby.
Regards,
Erwin Moller
[Back to original message]
|