Re: [PHP] getting from PHP the vars that are in the memory during the execution of the script...

2001-01-21 Thread Chris Lee
$GLOBALS[] should have all varibales right ? maybe someone could correct me. ? foreach($GLOBALS as $pos = $val) { echo "$pos : $valbr\n"; } ? Chris Lee Mediawaveonline.com "Romulo Roberto Pereira" [EMAIL PROTECTED] wrote in message 001101c082eb$6536f5c0$[EMAIL

[PHP] getting from PHP the vars that are in the memory during the execution of the script...

2001-01-20 Thread Romulo Roberto Pereira
Hey! Is it possible to get the names of the variables allocated in the memory? thank you, Rom