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

$message="hello";
$hello="world";
echo $$message;
// will print "world"..this concept is called "variable of
variables"...

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain me what is x+ mode in fopen() used for?

1056


Explain the difference between urlencode and urldecode?

1106


Why is node js better than php?

1186


What is final in php?

1164


What is difference Between PHP 5 and 7?

1198


What is a stored procedure in mysql?

1143


How to fix "headers already sent" error in php

1119


What is the use of htmlentities in php?

1041


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

1028


How to retrieve the original query string?

1132


Which of the delimiter is ASP style?

1131


What is difference between core php and framework?

1032


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

1058


How does html form submit work?

971


Tell me what the difference between the 'bitwise and' operator and the 'logical and' operator?

1013