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