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 are the Advantages and Application Areas of PHP?
How to run the interactive php shell from the command line interface?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Tell me what does pear stands for?
What is meant by MIME?
Which function gives us the number of affected entries by a query?
How can I use single quotes in single quotes in php?
Tell me how can we automatically escape incoming data?
What is the main difference between asp net and php?
How to know user has read the email-php?
What are the features of php?
Explain what are the two main string operators?
What are the ways to define a constant in php?
Is session a cookie?
How do you use an array in excel?