tedd wrote:
Hi gang:

From a variable with the name of $this_variable -- how do I get a string 'this_variable' ?

Cheers,

tedd
At some point or the other you will have to define $this_variable as $this_variable, so at that point you will have access to the string 'this_variable'. Even if you define it using variable vairables or within or for each loop (e.g. get_definied_vars, $_POST) you will have an oppertunity to get the 'this_variable' string.


????


Ade

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

Reply via email to