Possible Duplicate:
Reference - What does this symbol mean in PHP?
What is the difference between $a and $$a in php?
in PHP
what is the difference between $ and $$ ?
like $var and $$var; whats the difference?
Is it like $$var is the variable of variable $var?
