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

Can php run without server?

557


How can we set and destroy the cookie in php?

490


How to find the position of the first occurrence of a substring in a string?

501


What is the function file_get_contents() usefull for?

520


Explain me how failures in execution are handled with include() and require() functions?

608






What is the actually used php version?

526


List some of the features of php7.

532


How to know user has read the email-php?

495


What are the steps involved to run php?

573


How do you use an array in excel?

529


What is super keyword in c++?

584


What is the tags in PHP is not a valid way to begin and end a PHP code block?

791


Does apache use php?

540


Which function is used to read a single character from a file in PHP.

559


What is difference between put and post method in http?

480