📚 Practice Mode
PHP Data Types and Output Functions
Learn at your own pace with hints and detailed explanations
1 / 20
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>