[PHP] How printing the name and value of a variable ? From: franck raynal (franckraynal <email protected>)
Date: 10/31/02

Hello,
I'd like to print the name of a variable, in order to get something like this :
 
THE VARIABLE tigidizougou EQUALS 12 !
 
from the original code below :
 
$tigidizougou = 12;
echo "THE VARIABLE ".(please help me right here)." EQUALS ".$tigidizougou;
 
Any idea ? Thanks you.
 
Franck

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php