What is the difference between $message and $$message ?
Answer Posted / abhilash
if $message1 = "hello";
and $message = "message1";
den $$message = hello
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
How to copy a file?
Is it more secure to use cookies to trfer session ids?
Is php dead 2019?
What is the difference between super () and this ()?
How do you create an array in php?
Write a program to find the factorial of a number in php?
How to get number of days between two given dates using PHP?
Do you know what is the function mysql_pconnect() usefull for?
What is difference between strstr() and stristr()?
explain php variable length argument function.
What is static variable in php?
What is Different between Joomla And Magento?
What is cookie and why do we use it?
What is mysql_fetch_row?
What does == mean in php?