11.
Which configuration directive in php.ini is used to specify the maximum amount of memory that a PHP script can use?
12.
What is the purpose of the PHP superglobal $_SERVER?
13.
Which of the following commands is used to check the PHP version installed on a system?
14.
What does the acronym WAMP stand for?
15.
Which of the following is a popular PHP framework for web development?
16.
What is the purpose of the mysqli_connect() function in PHP?
17.
Which of the following statements is true about PHP's include and require functions?
18.
Which PHP directive is used to set the maximum execution time of a script?
19.
What is the purpose of the PHP function htmlspecialchars()?