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 |
What function should you use to join array elements with a glue string?
Tell me which programming language does php resemble to?
Explain about looping in PHP?
How we can declare variable in php?
i have a string and that string contains the alphanumeric value and i want to hide or semihide the 10 digit telephone number from the string.
Who is the father of PHP and explain the changes in PHP versions?
15 Answers ADISoft Tech, Genpact, PropTiger, TWA,
How do you create an array in php?
What are the 5 types of data?
what is the dirrence in PHP4 & PHP5 . ?
What is session in php w3schools?
What are the environmental variables?
Is php front end?