All PHP code must be included inside one of the three special markup tags ate are recognised by the PHP Parser.
1) <?php PHP code goes here ?>
2) <? PHP code goes here ?>
3) <script language="php"> PHP code goes here </script>
Most common tag is used the <?php...?> and we will also use same tag.
No comments:
Post a Comment