MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following PHP code ? <?php echo "Hello world"; ?> |
| A. | HELLO WORLD |
| B. | Hello world |
| C. | Nothing |
| D. | Error |
| Answer» E. | |