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...



If the variable $a is equal to 5 and variable $b is equal to
character a, what’s the value of $$b?

Can anyone explain how's the value of $$b=100

Answer Posted / mr.kishore

<?php
$a=5;
$b='a';
$$b=100; // at this point $b='a' and when we use $ after
that '$$b becomes $a and we asign this value = 100 so $a
becomes 100;
echo $a;

Is This Answer Correct ?    6 Yes 37 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is cURL in PHP?

1036


What is the difference between session_unregister() and session_unset()?

1158


How we can retrieve the data in the result set of mysql using php?

1206


Is rent a variable cost?

1014


What is $_ server request_method == post?

1106


What is the function file_get_contents() useful for?

985


What is the best way to change the key without changing the value of a php array element?

1002


I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable

1978


Is uploaded file php?

987


Which programming language does php resemble?

1002


What is php in simple words?

1062


Is php deprecated?

1058


How do you use bcrypt for hashing passwords in php?

1129


Where is php code written?

1044


Write a select query that will be displayed the duplicated site name and how many times it is duplicated?

1077