What is the difference between $message and $$message?
Answer Posted / saravanan
$message is a simple variabla.
$$message is variabla of variable(dynamic)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is == and === in php?
Do loops php?
Is multilevel inheritance possible in php?
When are you supposed to use endif to end the conditional statement?
How long is csrf token?
Which function will you use to create an array?
Explain mixed and callback functions?
What is isset function in php?
What is php in full?
Explain the difference between $var and $$var?
How is a constant defined in a PHP script?
How to calculate the difference between two dates using php?
What are the uses of implode() function?
How do I sort numbers in php?
What is the difference between the include() and require() functions?