1.

What will be the output of the following PHP code ? <?php $a = 1; if (print $a) print "True"; else print "False"; ?>

A. True
B. False
C. Error
D. No output
Answer» B. False


Discussion

No Comment Found