1.

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

A. Red
B. $color
C. ed
D. Error
Answer» C. ed


Discussion

No Comment Found