Writing a Simple PHP Script
Tuesday, March 11th, 2008A PHP script starts with <?php tag and ends with the ?> tag. These scripts are embedded in the BODY tag of the HTML file. A PHP file is saved with a .php extension.
For examle:
1) To display current date
<HTML>
<BODY>
[...]






