Blog Desk       February 10, 2020      507

PHP server scripts are surrounded by delimiters, which?

  1. <?php...?>
  2. <&>...</&>
  3. <?php?...</?>
  4. <script>...</script>

The Right Answer is : Option A

Explanation