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> Read more
No comments:
Post a Comment