Posted by MS on 08/22/06 16:04
I saw on the news group a little while back somebody asking about $$foo type
variables.
I didn;t pay much attention then but I now have reason to use it.
Can somebody point me to the page on php.net that discusses the use and how
to build such variables.
$varname = "test";
$$varname == $test // is this true?
Can you create something like
$sel_$varname
to create a variable called
$sel_test
?
Navigation:
[Reply to this message]
|