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 / keshab

$test = "example";
$temp = "test";

echo $temp // output is "test";
echo $$temp// output is "example";

thanks

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the functions used in php?

1034


What is the correct php command to use to catch any error messages within the code?

1060


Is php faster than python?

1018


Should I use mysqli or pdo?

938


Tell me how can we change the maximum size of the files to be uploaded?

960


Which function is used in php to check the data type of any variable?

933


How to access a specific character in a string?

966


How to get number of days between two given dates using PHP?

886


Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?

889


How do you execute a php script from the command line?

1025


What is difference between compile time and run time polymorphism?

997


Which programming language does php resemble?

935


How to create a text file in PHP?

1110


Why does sql injection happen?

981


What is a static variable in php?

1043