Hi all,
Couple of problems, one can anyone tell me how to register a session variable variable, is this possible?
Second I have an array variable variable setup like thus
${$array_name}['array_key'] = array value;
but when I try to display the value.
echo "${$array_name}['array_key']"
I get Array['array_key']
can anyone help on either or both problems
thanks
Leon.