Q. How can you start a PHP script?
β
Correct Answer: (A)
<?php
Explanation: The standard way to start a PHP script is with <?php.
Explanation: The standard way to start a PHP script is with <?php.