Which of the following is the correct way to start a PHP script?
What function is used to output data to the browser in PHP?
Which of these is NOT a valid data type in PHP?
What does the `$_GET` superglobal array store?
What function is used to include an external PHP file?
Which statement is used to exit a `switch` statement?
What is the purpose of the `isset()` function in PHP?
How do you concatenate strings in PHP?
Which function is used to hash a string in PHP for security purposes?
What is the purpose of the `header()` function in PHP?