What is the difference between $message and $$message ?
Answer Posted / sakthivel
$var1 = "hello world";
$var2 = $var1;
$$var2 = "hello world";
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is php and its uses?
What is member function?
Explain scalar type declarations in php7?
How to create a session? How to set a value in session? How to remove data from a session?
How to create a directory?
What is php used for?
Tell me how to create a text file in php?
How do you count numbers in php?
What is the difference between php and java?
What is the difference between query and inquiry?
Where is the functions php in wordpress?
How to generate a character from an ascii value?
What is mvc? Why its been used?
Is empty java?
What is Mcrypt used for?