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
How does php work?
How to invoke a user function?
How can you make a connection with mysql server using php?
How to open a file for writing?
iam mca post graduate in 2010 not getting job in JAVA so iam looking for carear in php as market demand is high so it is best option to try for php or not
Write a program to find no of days between two dates in php?
What are different types of runtime errors in php?
What type of headers have to be added in the mail function to attach a file?
How can I find my php version?
What is the purpose of using php?
What is the use of post in php?
What is the difference between myisam and innodb?
What is default session time and path in php?
What is array function in javascript?
Explain about the connective abilities of the PHP?