At 1:16 AM +0000 4/19/01, Philip Olson wrote:
>   <pre>
>     <?php var_dump($GLOBALS) ?>
>   </pre>

don't do that, at least I think it will recursively traverse the 
$GLOBALS arrary (since $GLOBALS itself is $GLOBAL) and you will never 
end.

-aaron

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to