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
Difference between array_combine and array_merge?
Which is faster for or foreach php?
Which function parses an English textual date or time into Unix timestamp in PHP.
Php code to find whether a number armstrong or not?
What is the main function of php?
Tell me what are the different types of errors in php?
What should we do to be able to export data into an excel file?
How can we display information of a variable and readable by a human with php?
What are the functions used in php?
Can I use php in visual studio?
Tell me what is the difference between ereg_replace() and eregi_replace()?
Write a program to swap two numbers using php.
What is the use of isset() in php?
What Is a Persistent Cookie?
What is difference between single quotes and double quotes in php?