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 join multiple strings stored in an array into a single string?
What is difference between md5 and SHA256?
Why do we need abstract class in php?
Name some of the constants in php and their purpose.
How to strip whitespace (or other characters) from the beginning and end of a string?
Explain what does $_server means?
Tell me what kind of things have you done on the social side?
Write an example to remove html tags from a string in php?
What are the three parts of an http request?
Is php used anymore?
What is use of header() function in php? What the limitation of header()?
Tell me how is the ternary conditional operator used in php?
What is array filter in php?
What is warning – “cannot modify header information – headers already sent”?
Write a program to find the factorial of a number in php?