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 |
What are the features and advantages of object-oriented programming?
How can we destroy the session, how can we unset the variable of a session?
How does php serialize work?
What is mysql_fetch_array?
What do you mean by MVC ?
Where is the submitted form data stored?
What are the environmental variables?
What is the use of array_search() in php?
I created a new joomla module for administrator. when am going to install this, it is going "joomla/modules" path. but, i want to install this in the "joomla/administration/modules" path.
How you can update memcached when you make changes to php?
What is difference between isset and empty in php?
How can we optimize or increase the speed of a mysql select query?