What is the difference between $message and $$message?
Answer Posted / 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 |
Post New Answer View All Answers
How do you end a session in php?
How to process the uploaded files?
What is a comment in php?
What is a controller in php?
What is isset post?
What is csrf cookie?
Can I include php in javascript?
What is the differences between $a != $B and $a !== $B?
Tell me how can we connect to a mysql database from a php script?
is that "enumerated array" equal to "numeric array"?
What is __ construct in php?
Can we override static method in php?
What are php filters?
What types of MYSQL function available for affecting columns
Is php a framework?