1.
What does PHP stand for?
2.
Which of the following best describes PHP?
3.
What file extension is commonly used for PHP scripts?
4.
Which of the following is NOT a feature of PHP?
5.
What is the purpose of the PHP interpreter?
6.
Which of the following is a correct way to start a PHP script?
7.
What is the output of the following PHP code? <?php echo "Hello, World!"; ?>
8.
Which of the following is used to concatenate strings in PHP?
9.
What is the purpose of the PHP echo statement?
10.
Which of the following is NOT a valid PHP variable name?