MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following PHP code? If say date is 22/06/2013. <?php printf( date("t") ) ?> |
| A. | 30 |
| B. | 22 |
| C. | JUNE |
| D. | 2013 |
| Answer» B. 22 | |