McqMate
Q. |
Which of the following statement produce different output |
A. | <? echo “this is php example”; ?> |
B. | <P=”This is php example”;?> |
C. | <?php echo “This is php example”; php?> |
D. | <script language=”php”>print “This is php example”;</script> |
Answer» C. <?php echo “This is php example”; php?> |
View all MCQs in
Linux and PHPNo comments yet