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 / mahesh role

$message : It is static variable
$$message : It is an dynamic variable

$Message = "YOU";
$you= "Me";

echo $message //Output:- you
echo $$message //output :-
//because the letter in Message and variable is not same

$Message = "you";
$you= "Me";

echo $message //Output:- you
echo $$message //output :-Me

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me how to retrieve a cookie value?

1072


What is singleton class in php?

1041


Tell me what does the initials of php stand for?

1013


How to call a php function from html button?

1124


How to set a value in session? How to remove data from a session?

1044


What does PEAR stands for?

1107


What is csrf token and how will you add csrf token in ajax?

1030


What is the difference between the functions strstr() and stristr()?

1035


How to turn on the session support in php?

1009


What is the difference between == and === in php?

1066


Which parts of php are case sensitive?

971


What function should you use to join array elements with a glue string?

1024


What are the differences between session and cookie?

1077


Distinguish between urlencode and urldecode?

1053


What does php mean?

1033