Hi,
I have read the lesson "Variable Variables, PHP, and You" end i have a big question:
With the exemple, if
$x = "this";
$$x = "is cake";
we can see the value of $this
but how can we do, if the value of $x came from a datebase, to see the value of this new variable? :-?
Thanks for the answer and sorry for my english (i'm french)...
tewebe