What is the difference between $message and $$message ?
Answer Posted / sakthivel
$var1 = "hello world";
$var2 = $var1;
$$var2 = "hello world";
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Tell me what is the use of isset() in php?
What are the advantages of triggers?
What is final keyword in php?
Why json is used in php?
Explain me what is the meaning of a persistent cookie?
What is polymorphism php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
What is the timeout period on session values?
What is the difference between md5(), crc32() and sha1() crypto on php?
Which is the dependent variable?
How can I find my php version?
What is php and why we use it?
What is difference between strstr() and stristr() in PHP?
How do I know my xampp version?
What is the use of pear in php?