What is the difference between $message and $$message ?
Answer Posted / abhilash
if $message1 = "hello";
and $message = "message1";
den $$message = hello
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
What is the use of curl()?
What is namespace and use in php?
Explain the difference between static and dynamic websites?
Do while loops php?
What is a simple php method to make a cross domain data request?
How do I check environment variables?
What is singleton design pattern in php?
Is laravel better than codeigniter?
What is variable and data type?
What is the purpose of constant() function?
When to use get and post request?
What is oops php?
How to randomly retrieve a value from an array?
Tell me how do you define a constant?
Tell me what is the use of "enctype" attribute in a html form?