Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between $message and $$message ?

Answer Posted / laxmikanta pradhan

$message is variable and $$message is variable variable i.e.
$message is a variable whereas $$message is a refrence
variable having the refrence of $message.
Ex. $message="hello";
$$message="world";
echo $hello; // prints world
echo ${$message} //prints world

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me how comfortable are you with writing html entirely by hand?

979


How to execute a php script from the command line?

1153


Which function gives us the number of affected entries by a query?

982


Why do we need abstract class in php?

1012


What is php7?

1133


How can we determine whether a variable is set?

998


Which function is used in php to count the total number of rows returned by any query?

1073


What is the difference between print() and echo() in PHP?

1106


How to process the uploaded files?

1163


What is the use of mvc in php?

1032


What is helper library?

977


What does mysqli_query return?

989


What is if isset ($_ post submit )) in php?

1079


How to block direct directory access in PHP?

1020


How to define a user function?

1071