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 mysql_fetch_row?
What is the use of the function 'imagetypes()'?
Does php have future?
Why post method is used in php?
Is python better than php?
Why do we use namespace in php?
What is difference between base_url and site_url?
A process is identified by a unique___
Why do we use hooks?
What is the purpose of the php empty function?
Is php pass by reference or value?
Why ide is recommended for use while programming with php?
How to add comments in php?
What kind of things have you done on the social side?
What the limitation of header() function in php?