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 / php don
All guys who are saying ans is 100 are not good in programming.
The right answerer is 5 so guys don't put wrong answerers
and to the guys who are referring plz do check this code its
simple to find out by yourself then to believe this stupids
who say its reference and 100 actual answer is 5 and not 100
<?php
$a=5;
$b="a";
echo $$b;
?>
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
What are the rules to determine the “truth” of any value which is not already of the boolean type?
Is php dying 2018?
Starting or restarting a computer is called
How can you associate a variable with a session?
Is php difficult to learn?
How can I increase my website session?
What are the new features in php 7?
What is $_ get?
How to read the entire file into a single string?
Name some of the popular frameworks in php.
What is the main difference between php 4 and php 5?
What is the use of limit in mysql?
How do you access a get requests url parameter with php?
What library is used for pdf in php?
How do I get csrf token?