1.

What will be the output of the following PHP code ? <?php $x = 1; if ($x = $x&0) print $x ; else print "how are u"; ?>

A. 0
B. 1
C. Error
D. No output
Answer» D. No output


Discussion

No Comment Found