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
Tell me how to execute an sql query? How to fetch its result?
What is the use of preg_match in php?
What is difference between python and php?
What is final keyword in php?
When to use single quotes, double quotes, and backticks?
How can we get the error when there is a problem to upload a file?
How can php and html interact?
How to do single and multi line comment in php?
How to open a file in php?
How to join multiple strings stored in an array into a single string?
What are the functions for imap?
How to increase the maximum execution time of a script in php?
How long is a php session valid?
how retrive the video file in php using video tag
Why php is used?