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 would occur if a fatal error was thrown in your php program?
How do you destroy a session?
What is the delimiter default in PHP?
How to call a php function from html button?
How easy is php?
How would you open a directory for reading in php?
Is php faster than python?
Is laravel frontend or backend?
What is a query in a database?
What is the meaning of php?
Tell me how can we display information of a variable and readable by human with php?
How to define a user function?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Why do we use sessions in php?
How can we make a constant in php?