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
Which cryptographic functions in php returns the longest hash value?
What is the use of strpos in php?
What is the difference between a session and cookies?
What are php functions?
What is polymorphism?
What is a php array?
How to merge values of two arrays into a single array?
What is mod_php?
What are examples of independent and dependent variables?
Explain what does $_files means?
what is the current salary package in India for a PHP programmer who has 1.5 years experience
What are the method available in form submitting?
Where are sessions stored php?
Is php used in 2019?
Which php global variable is used for uploading a file?