PHP scripts are enclosed within ______ tags.
- ... !DOCTYPE>
...
PHP scripts are enclosed within tags. These tags can be inserted anywhere in the document. The PHP interpreter only reads the code inside these tags. Learn more: https://www.php.net/manual/en/language.basic-syntax.phptags.php
Loading...
Related Quiz
- Which of the following are common uses of Regular Expressions in PHP?
- You are debugging a PHP script and a variable is not retaining its value between function calls. What might be the problem and how would you solve it?
- You have a variable in your PHP script that needs to hold a simple true or false value. What data type would you use?
- What is Form Handling in PHP?
- What is the key difference between echo and print in PHP?