What is the difference between $message and $$message?
Answer Posted / umesh ms analytica-india
$message = "ume";
$ume = "All Interview dot com";
echo $message; // Output: ume
echo $$message; // Output: All Interview dot com
| Is This Answer Correct ? | 98 Yes | 9 No |
Post New Answer View All Answers
Differences between get, post and request methods ?
How to protect special characters in query string?
How do you use end in python?
Tell me what is the difference between unset() and unlink()?
In how many ways we can retrieve the data in the result set of mysql using php?
What is escape data in php?
Tell me what are the encryption techniques in php?
How can we enable error reporting in php?
What is api example?
What are the advantages of indexes?
What is die in php?
How do I find out the number of parameters passed into function9?
Is set in php?
What is the difference between php 5 and php 7?
How can we determine whether a php variable is an instantiated object of a certain class?