What is the difference between $message and $$message?
Answers were Sorted based on User's Feedback
Answer / sachin g kulkarni
$message is normal variable , where as $$message is
variable variable...That means you can access the value of
one variable with the name of the other variable......Hey
don't confuse this is not pointer of C. Pointer concept is
totally different from this
| Is This Answer Correct ? | 17 Yes | 1 No |
Answer / shekar
$message is normal variable , where as $$message is
variable variable
| Is This Answer Correct ? | 18 Yes | 3 No |
What is default session time in php?
How can MYSQL functions be available with PHP?
how to uploade video in php????
How to get ip address of clients machine?
What is mean tnq
Which is the Best plateform for PHP?
Why do we use sessions in php?
Does php 5 support exceptions?
What is regular expression in php?
What is escaping to php?
What is the use of print_r function in php?
Is it worth learning php in 2019?