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
Explain what is the difference between $var and $$var?
What is the meaning of a persistent cookie?
What is urlencode and urldecode in php?
Which method removes the last element from the end of an array?
How cookies are trported from browsers to servers?
In php, objects are they passed by value or by reference?
Can I learn laravel without php?
how to open & closing opening period in fico
Is ruby on rails php?
What is laravel php?
How to reset/destroy a cookie in php?
What is the use of count() function in php?
What is move_uploaded_file in php?
Which is faster for or foreach?
List types of array are available in php?