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


Please Help Members By Posting Answers For Below Questions

How to read a file in binary mode?

635


What is the difference between fopen() and fclose()?

586


How can you declare a constant variable in php?

564


What are the method available in form submitting?

527


What is the difference between array_merge() and array_merge_recursive() in php?

541






Is php easy language to learn?

571


Why do we use in php?

542


Tell me what is use of in_array() function in php?

564


What are the design patterns in php?

512


Is it difficult to learn php?

533


What is the use of stripslashes in php?

535


What is the purpose of a query?

507


Is php a mvc?

508


What are headers in php?

526


How do I run a php script in windows?

551