hi, is there any function that could print the name of a variable? eg. $variable="value";
i want to print out variable but NOT value...
thanks
If that variable name is variable itself, you could use variable variables. If not, then you already would know what the name is, so this excersize would be pointless.