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
- <?echo "This is php example"; ?>
- <P="This is php example"; ?>
- <?PHP echo "This is php example"; php?>
- <script language="php"> print "This is php example";</script>