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
What is meant by variable variables in php?
How to access a specific character in a string?
How to merge values of two arrays into a single array?
What are the three classes of errors that can occur in php?
How to calculate the length of a string?
what is benefit of magento?
Is php good for career?
What is the array in php?
How long does a php session last for?
How do you check if a variable has not been set in php?
How to get number of days between two given dates using PHP?
Is array a key php?
How can I increase my website session?
How to convert strings to upper or lower cases?
What is namespace in php?