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
Applications written to provide a GUI shell for Unix and Linux are called
What is framework in php?
What is boolean in php?
Who is the father of php and what is the current version of php and mysql?
What is the use of php and mysql?
Tell me what is pear?
How do you trim spaces in excel?
Explain about looping in PHP?
What is the difference between single-quoted and double-quoted strings in php?
How many escape sequences are recognized in single-quoted strings?
What are the difference between abstract class and interface in oops?
Why session is required?
Are react hooks stable?
What is http php?
Is php used in 2019?