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 |
how to open & closing opening period in fico
How do I end a php session?
Tell me what is the difference between characters 34 and x34?
Who is the father of PHP and explain the changes in PHP versions?
2 Answers Rushmore Consultancy,
What is PEAR?
how can we retrive value from one database server and store them another database server using php?
What is the function to count elements in an array in PHP?
How check variable is set or not in php?
How to set cookies in PHP?
What is a session in php?
How is it possible to remove escape characters from a string?
Give any ten basic functions in PHP?