This is a discussion on $ and $$ within the PHP Programming forums, part of the Web Development category; can any one tell me the exact difference between these two variables $ and $$ and where we use this Variable variables $$?...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| hi, In PHP $ used for declaring a variable. $$ - A variable variable takes the value of a variable and treats that as the name of a variable. Here example example 1 $a = 1 $$a = $1 = it displayed some error example 2 $a = "a" $$a = $a = "a" Have you got my things!
__________________ With, J. Jeyaseelan Everything Possible Last edited by Jeyaseelansarc : 07-06-2007 at 12:35 AM. |
![]() |
| Thread Tools | |
| Display Modes | |
| |