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