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

Can I include php in javascript?

603


List some of the features of php7.

538


What is the Pipe Symbol represented?

628


Explain what are the different errors in php?

555


What is mysql_fetch_object?

560






How to find length of an array in php ?

558


Why is used in php?

530


How to swap two variables without using 3rd temp variable.

497


Do you know what is php?

555


What is a closure in php?

539


Which Scripting Engine PHP uses?

564


Why do we use csrf token?

519


What is the difference between laravel and php?

506


what are interfaces and Abstart classes

1465


What is a static variable in php?

533