Which of the following is the correct way to start a PHP script?
What does the '===' operator do in PHP?
Which PHP function is used to include and evaluate a specified file?
What is the purpose of the '$_SESSION' superglobal array in PHP?
Which of the following is the correct way to define a constant in PHP?
What is the difference between 'require' and 'include' in PHP?
Which PHP function is used to remove whitespace from the beginning and end of a string?
What is the purpose of the 'PDO' class in PHP?
Which of the following is NOT a valid way to comment in PHP?
What does 'htmlspecialchars()' function do in PHP?