Can any body tell what is the meaning of $$<Var_Name> in php. Generally we use $<Var_name> to declare a veriable. Then what is the significance of additional $.
Vineet
dcrombie
7:44 am on Oct 4, 2005 (gmt 0)
It's called a 'variable variable'. You can also write it as ${"$Var_Name"} which might make more sense ;)