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 / webguy
It would be great if you posy questions that are easy to
understand, something like,
Let's say:
$a = 5;
$b = 'a';
Now what's the value of $$b?
$bb = $a = 5;
so the answer is 5 and not 100.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What is array function in javascript?
Do you know what is php?
What does $this do in php?
What is $$ in php?
What is the current php version?
Tell me how would you declare a function that receives one parameter name hello?
Explain php explode() function.
In php, how to redirect from one page to another page?
What is the importance of "method" attribute in a html form?
What are php string functions?
How to convert a string to lowercase in php?
What is repository in php?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
Is session a cookie?
What does isset() function?