1.
What is the correct syntax to start a PHP script?
2.
Which of the following symbols is used to concatenate strings in PHP?
3.
What does the PHP statement echo "Hello, World!"; do?
4.
Which of the following is NOT a valid PHP variable name?
5.
What is the purpose of the PHP include statement?
6.
Which of the following PHP tags is used to start and end a block of PHP code?
7.
What is the correct way to define a constant in PHP?
8.
Which of the following is true about PHP variables?
9.
What does the phpinfo() function do in PHP?
10.
Which of the following statements is true about PHP comments?