What is the difference between $message and $$message ?
Answer Posted / vikram
$message="hello";
$hello="world";
echo $$message;
// will print "world"..this concept is called "variable of
variables"...
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
What is the difference between null and empty?
sort term descripttion form, report and uery
How to get the position of the character in a string in php?
Does wordpress still use php?
Tell me in php, objects are they passed by value or by reference?
Is empty array php?
What is the use of Php variables?
How to check whether a number is prime or not?
How long is a php session valid?
Why is node js better than php?
What is the use of mysql_real_escape_string in php?
Is php fully object oriented?
how to open & closing opening period in fico
What the difference between the 'bitwise and' operator and the 'logical and' operator?
What is difference between get and post in php?