What is the difference between $message and $$message?
Answers were Sorted based on User's Feedback
Answer / bijaya.behera9911033016@orissa
$message : It is static variable
$$message : It is an dynamic variable
| Is This Answer Correct ? | 3 Yes | 15 No |
Answer / peter
Stupid English. Please learn your vocabulary first then
start coding.
| Is This Answer Correct ? | 3 Yes | 36 No |
Is null in php?
How many ways we can pass the variable through the navigation between the pages?
What is print_r?
Tell me what is the main difference between require() and require_once()?
What is difference between count or sizeof function in php?
Is there any function to find repeated value in an array? What is w2 standard
Tell me is it possible to protect special characters in a query string?
What are differences between PECL and PEAR?
Where is session value stored php?
Which of the delimiter is ASP style?
How many Types of COmments are there in PHP and what are they?
How can I get the only name of the current executing file?