1.

What will be the output of the following PHP code ? <?php $x = 3, 4, 5, 6; echo "$x"; ?>

A. 3
B. 4
C. 6
D. Error
Answer» E.


Discussion

No Comment Found