Hi,
Suppose I have the following:
$mytable = "content";
I want to be able to get the name of the variable (mytable) as a string eg:
$varname = 'mytable';
How the heck can I do this? I've been playing with code, but cannot come up with anything :-(
Thanks,
Peter.