Posted by Michael Fesser on 01/10/08 11:30
..oO(shror)
>I have a really serious question which is what is the difference
>between $message & $$message, I know the uses of $message which is the
>assigning of a variables and for the forms POST & GET, but what is the
>uses of $$mesage
It's called a variable variable. But there's hardly a reason to use
them. Usually you can achieve the same with an associative array.
Variable variables
http://www.php.net/manual/en/language.variables.variable.php
Micha
Navigation:
[Reply to this message]
|