What is the difference between $message and $$message?
Answer Posted / sachin g kulkarni
$message is normal variable , where as $$message is
variable variable...That means you can access the value of
one variable with the name of the other variable......Hey
don't confuse this is not pointer of C. Pointer concept is
totally different from this
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is php crud api?
Explain me what is the w3c?
Is it more secure to use cookies to transfer session ids?
Explain me what is the importance of "method" attribute in a html form?
What is preg_match?
How can we access the data sent through the url with the get method?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
Is multiple inheritance supported in php?
What is escape data in php?
What is difference between echo and print in php?
Is PHP an open source software?
Can php run on windows server?
How to find the length of a string?
Tell us what is the difference between session_unregister() and session_unset()?
What is the difference between the functions strstr() and stristr()?