Date: 10/31/02
- Next message: Paul Ottar Tornes: "[PHP] PHP - Internal linking in a page"
- Previous message: Edward Peloke: "[PHP] rename()"
- Next in thread: rija: "Re: [PHP] How printing the name and value of a variable ?"
- Reply: rija: "Re: [PHP] How printing the name and value of a variable ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Paul Ottar Tornes: "[PHP] PHP - Internal linking in a page"
- Previous message: Edward Peloke: "[PHP] rename()"
- Next in thread: rija: "Re: [PHP] How printing the name and value of a variable ?"
- Reply: rija: "Re: [PHP] How printing the name and value of a variable ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

