PHP Data Types and Output Functions

Casual Mode - Take your time!

1 / 20
Correct
0
Incorrect
0
Score
0%
Multiple Choice

Which of the following statement produce different output

  1. <?echo "This is php example"; ?>
  2. <P="This is php example"; ?>
  3. <?PHP echo "This is php example"; php?>
  4. <script language="php"> print "This is php example";</script>
Change Mode