1.

What will be the output of the following PHP code ? <?php $x = 5; { echo "$x"; } ?>

A. 0
B. 5
C. Nothing
D. Error
Answer» C. Nothing


Discussion

No Comment Found