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
How to write a program to make chess?
What software is required for php?
What are helpers in php?
How can you upload a file using php?
What is the difference between a session and cookies?
How send email in php?
In PHP, fgets() is used to read a file one line at a time. State Whether True or False?
Is php a low level language?
What is meant by ‘passing the variable by value and reference' in php?
Which is better php or wordpress?
Why is overriding runtime?
What is the difference between php4 and php5?
Where is session value stored php?
Can you use both this () and super () in a constructor?
What is array filter in php?