1.

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

A. Red red
B. Red
C. Error
D. Nothing
Answer» D. Nothing


Discussion

No Comment Found