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
discuss the issue of software theft in ghana and how it has affected the economy
How is traits used in php?
What is overloading and overriding in php?
Why is used in php?
What will the ?getdate() function returns in PHP?
How is it possible to parse a configuration file?
Tell me what is the difference between characters 34 and x34?
Explain what are the different errors in php?
Is php an object or array?
How to include a file code in different files in php?
Which cryptographic extension provide generation and verification of digital signatures?
What is PECL?
What is the difference between the functions strstr() and stristr()?
What is the use of mysql_real_escape_string in php?
How is the ternary conditional operator used in php?