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


Please Help Members By Posting Answers For Below Questions

What is php namespace?

541


Tell me how a constant is defined in a php script?

480


What is the use of callback in php?

517


What is rtrim php?

552


Is php deprecated?

538






what are interfaces and Abstart classes

1470


What is the use of anonymous function in php?

557


How do I run a php script?

560


Which php mvc framework is best?

571


What is php and what does it do?

549


Does wordpress still use php?

529


How many types of php are there?

528


Why we use get in php?

570


Tell me how can we automatically escape incoming data?

507


How to Pass JSON Data in a URL using CURL in PHP?

568