WEB TECHNOLOGY

12345678910
Across
  1. 3. What does PDO stand for?
  2. 4. Which web servers are required to run the PHP script?
  3. 6. Which of the following is used to display the output in PHP?
  4. 9. What does PHP stand for?
  5. 10. Which PHP functions can be used for generating unique ids?
Down
  1. 1. PHP recognizes constructors by the name _________
  2. 2. A function in PHP which starts with __ (double underscore) is known as __________
  3. 5. Which variable is used to collect form data sent with both the GET and POST methods?
  4. 7. What is the default file extension of PHP files?
  5. 8. Which of the following is used for concatenation in PHP?