At 03:49 13.02.2003, [EMAIL PROTECTED] said:
--------------------[snip]--------------------
>Ok, but what does the $$name signify?  Looking on php.net I couldn't find
>anything regarding it.  Maybe I'm looking in the wrong place?
--------------------[snip]-------------------- 

In the example Philip gave, $name resolves to "foo", so $$name will
reference the variable named "$foo". This is called "variable variables"
and can be found in the manual at
http://www.php.net/manual/en/language.variables.variable.php.


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to