If I have a variable, how do I extract the name of the variable.

In principle:

$varname=somefunction($myvar);

The value of $varname is then "myvar"

How do I do it?

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

Reply via email to