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

Can we learn php without html?

551


What is memcache?

547


What is strcmp?

525


How to replace a substring in a given string in php?

551


How to repeat a string to a specific number of times in php?

528






What is nan value?

510


Explain me is multiple inheritance supported in php?

534


What is php and sql?

534


What does mysqli_query return?

523


Who is the father or inventor of php?

585


Why use php artisan serve?

503


How are sessions maintained?

542


Explain the casts allowed in PHP?

587


What is json php?

535


Which programming language does php resemble?

539