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
Why namespace is used in php?
What is the $_ server php_self variable?
What is purpose of @ in Php?
How can you get the size of an image in PHP?
What is php limit?
What is session_register()?
When are you supposed to use endif to end the conditional statement?
How to send email using php script?
Where session is stored?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What are the benefits of using queries?
How do you destroy a particular or all Sessions?
What is the difference between htmlentities() and htmlspecialchars()?
What does nan stand for computer science?
Explain scalar type declarations in php7?