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

Reply via email to