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 / birend gupta
<?php
$a=5;
$b='a';
echo $$b;
?>
Output : 5
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Tell us what is the difference between session_unregister() and session_unset()?
What is a php session?
Why php was called as personal home page?
Why is used in php?
Is php used anymore?
How to create a public static method in PHP?
What is faster?
What is difference between html and php?
Explain about PHP filter and why it should be used?
How to enable error reporting in php?
Is php faster than python?
How to get the http request in php?
What are the functions of string?
How to execute a php script from the command line?
Is php still used?