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 / adesh suryan

Create new file and save it as .php extension and execute
this file then You find the answer of this question , copy
below code as:
<?php
$a=5;
echo $b=a.'<br/>';
echo $$b;
?>
output:
1.a
2.5

Is This Answer Correct ?    17 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between $var and $$var?

1042


What is the meaning of a persistent cookie?

1212


What is urlencode and urldecode in php?

1183


Which method removes the last element from the end of an array?

1013


How cookies are trported from browsers to servers?

1063


In php, objects are they passed by value or by reference?

999


Can I learn laravel without php?

1064


how to open & closing opening period in fico

1720


Is ruby on rails php?

1012


What is laravel php?

1068


How to reset/destroy a cookie in php?

1019


What is the use of count() function in php?

1024


What is move_uploaded_file in php?

1027


Which is faster for or foreach?

1000


List types of array are available in php?

1075