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

Given $a = 5;
$b = 'a';

So, $$b = $($b) = $a = 5

Simple, there is no concept of ASCII is applicable here....
For more Web Tech Info contact me.........Joydeep

Is This Answer Correct ?    79 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Tell me what is the main difference between require() and require_once()?

1022


What does php exit do?

1120


What is difference between require_once(), require(), include()?

1091


Explain the difference between array_merge() and array_combine()?

1049


what is the use of include_once in php?

1107


How do you put a space in html?

1059


What is final class and final method in php?

1108


What is the role of the .htaccess file in php?

1004


What is a php object?

992


How many types of errors in php?

1115


How do functions work?

1174


Tell me how to set a page as a home page in a php based site?

993


What are the encryption techniques in php?

1058


Do you know what is use of count() function in php?

1052


How to list all values of submitted fields?

987