PHP Quiz

 

Results

#1. What does PHP stand for?

#2. What is the correct way to end a PHP statement?

#3. When using the POST method, variables are displayed in the URL:

#4. PHP can be run on Microsoft Windows IIS(Internet Information Server):

#5. Which operator is used to check if two values are equal and of same data type?

#6. How do you create an array in PHP?

#7. Which one of these variables has an illegal name?

#8. What is a correct way to add a comment in PHP?

#9. Which superglobal variable holds information about headers, paths, and script locations?

#10. What is the correct way to open the file “time.txt” as readable?

#11. How do you get information from a form that is submitted using the “get” method?

#12. How do you write “Hello World” in PHP

Previous
Finish