What is the difference between $message and $$message in php?
Answer / Sanjay Yadav
$message is a variable containing a string value, while $$message is an automatic variable that contains the current value of the variable named by the value of $message.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the difference between static and dynamic websites?
Write syntax to open a file in php?
How can I make a script that can be bilingual (supports english, german)?
What are the 5 types of variables?
What does $_env means?
how we can upload and view video files
What is the difference between the functions unlink and unset?
How to redirect a url from http to https in .htaccess?
What is string function sql?
What is an example of a variable?
Can you use php and javascript together?
What does session start do in php?