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 / nickle

$a = 5
$b = 'a'
$$b=100
bcoz $$b is a reference to existing variable.as $b=100 by
ascii...it is true.........!!!!

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the ternary conditional operator in php?

607


What is mysqli php?

530


How do you pass a variable by value in php?

548


How do you find the length of a string in php?

518


how to use http headers inside php? Write the statement through which it can be added?

511






How to copy a file?

567


Which is better php or wordpress?

530


Explain how to execute a php script using command line.

564


How do you connet mysql database with php?

538


Explain me what is the use of 'print' in php?

534


Explain me is multiple inheritance supported in php?

537


How can you get the size of an image in PHP?

552


Which is better mysql or sql?

536


Why shouldn't I use mysql_* functions in php?

602


What is the w3c?

8557