Answer & Solution
Answer: Option A
Solution:
The correct syntax to start a PHP script is
<?php
. This opening tag indicates the beginning of PHP code.