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
Tell me what does $_env means?
What is the default session out time?
How to select a database?
Tell me how can we connect to a mysql database from a php script?
How to specify argument default values?
Differentiate echo vs. Print statement.
What is $_ files in php?
What is the special meaning of __sleep and __wakeup?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
How does firefox manage cookies?
Explain me what is the difference between explode() and split() functions?
What is the use of pear in php?
Explain what does $_files means?
What is php built on?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?