PHP Start and End tags

The PHP parser recognizes a few types of PHP start and end tags. It will attempt to execute anything between these tags, so it had better to be valid code!

Opening Tags                                Closing Tags

<?php                                               ?>
<?                                                    ?>
<script language="php">                     </script>

No comments:

Post a Comment