What is the difference between $message and $$message ?
Answer Posted / mohit
$message is a variable and $$message is a refrence variable
that have the refrence of $message.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are php expressions?
Explain Creating and Naming an Array?
What is namespaces in PHP?
What is the difference between php 5 and php 7?
Tell me what is the meaning of a final class and a final method?
Is php 5.6 secure?
What are the advantages of indexes in php?
Which function is used in php to search a particular value in an array?
How to merge values of two arrays into a single array?
What is the advantage of runtime polymorphism?
Why do we use session?
Write a program to find a string is palindrome or not?
Why php is widely used?
What is the super method?
What is http php?