

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following PHP code ? <?php $color = "red"; $color = "green"; echo "$color"; ?> |
A. | Red |
B. | Green |
C. | Red green |
D. | Error |
Answer» C. Red green | |