Basic PHP Online Quiz

Total Questions: 13

1. What does PHP stand for?

2. Which of the following is the way to create comments in PHP?

3. PHP is a server-side scription language?

4. PHP scripts are surrounded by which delimiters?

5. Which of the following is used to declare a constant?

6. Which of the following is NOT a valid PHP comparison operator?

7. What is the difference between GET and POST method?

8. What is the difference between echo and print?

9. What is the default size of a file set in upload_max_filesize?

10. What is the default execution time set in set_time_limit()?

11. In which variable is stored the user's IP address?

12. Which version of PHP introduced Try/catch Exception?

13. Which of the below statements is equivalent to $a += $b ?