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 the difference between implode() and explode() in php?
What is the difference between characters 34 and x34?
What are the differences between php constants and variables?
How can we increase execution time of a php script?
What is the difference between for and foreach in php?
What is php array function?
What is mean tnq
How to upload file in php?
What are the advantages of php mysql?
What is polymorphism with example in php?
How can you associate a variable with a session?
How do I escape data before storing it into the database?
What are php applications?
Tell me how to retrieve a cookie value?
What software is required for php?