Home » PHP » PHP Introduction » Question
  1. A PHP script should start with ___ and end with ___
    1. <? ?>
    2. <php>
    3. <?php ?>
    4. <? php ?>
    5. None of these
Correct Option: A

Every section of PHP code starts and ends by turning on and off PHP tags to let the server know that it needs to execute the PHP in between them.



Your comments will be displayed only after manual approval.