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 difference between $x and $$x

Answer Posted / chinuku

$var is a variable and $$variable is a Reference or Dynamic
variable
ex:$var="test";
$test="php";
<?php
echo $var;
echo $$var;
?>
ans
$var=test;
$$var=php;

Is This Answer Correct ?    22 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is instantiation?

2277


Tell me how would you declare a function that receives one parameter name hello?

1032


What does $_env means?

985


How to get useful error messages in php?

1098


What is a query in a database?

1063


What is the use of 'print' in php?

1074


What is overloading and overriding in oop?

1077


Is it possible multiple inheritance in php?

1084


Tell me how a constant is defined in a php script?

980


What is the value for this auto incremented field user_pri_id?

988


What is the use of array_search() in php?

989


How to join multiple strings stored in an array into a single string?

1095


What function do we use to find length of string, and length of array?

1020


Tell me how to get the value of current session id?

1004


Why do we use htaccess and where?

1063