What is the difference between $message and $$message?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shekar
$message is normal variable , where as $$message is
variable variable
| Is This Answer Correct ? | 18 Yes | 3 No |
Why php is better?
What is $_ post in php?
Tell me how comparison of objects is done in php5?
Does php support multithreading?
Tell me in php, objects are they passed by value or by reference?
How does integrate SSL certificate in websites and also how to generate CSR in Local machines? plese give some ideas ASAP.....
Is php object oriented?
client side scripting language Vs server side scripting language
What do you mean by MVC ?
How to get useful error messages in php?
write the function to fetch a image from mysql databases (datatype blob).
What is the content of /etc directory?