1.

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

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


Discussion

No Comment Found