$GLOBALS[] should have all varibales right ? maybe someone could correct me.

<?
    foreach($GLOBALS as $pos => $val)
    {
        echo "$pos : $val<br>\n";
    }
?>


Chris Lee
Mediawaveonline.com


"Romulo Roberto Pereira" <[EMAIL PROTECTED]> wrote in message
001101c082eb$6536f5c0$[EMAIL PROTECTED]">news:001101c082eb$6536f5c0$[EMAIL PROTECTED]...
Hey!

Is it possible to get the names of the variables allocated in the memory?

thank you,

Rom




-- 
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