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
When should you use a stored procedure?
What is basename php?
How to connect to mysql from a php script?
Tell me what is the importance of "action" attribute in a html form?
What is session and why do we use it?
What does isset() function?
What is the use of addslashes in php?
What are properties in php?
Describe which programming language does php parallel to?
write a note on Testing the web site
How to open a file for writing?
What is the difference between "echo" and "print" in php?
Which one is best framework for php?
Why did you choose this particular career path?
What is scope of variable in php?