What does the opening tag for PHP scripts look like?

<?php?><php>

Great! PHP scripts start with <?php and end with ?>, the closing tag.

Almost. PHP scripts start with <?php and end with ?>, the closing tag.