What does the opening tag for PHP scripts look like?
Great! PHP scripts start with <?php and end with ?>, the closing tag.
<?php
?>
Almost. PHP scripts start with <?php and end with ?>, the closing tag.