PHP structure, syntax
· All the php code in a php script enclosed within <?Php and ?> (Canonical PHP Tags).Short-open (SGML-style) tags
<?Php ... ?>
Or
<? ... ?>
Or
In the HTML script tags, (for adding javascript code in HTML document)
<script language="PHP"> ... </script>
· Every expression in PHP ends with a semicolon ;
.php
".========================================================
0 Comments