PHP Tags:
A basic PHP syntax which start with <?php and end with ?>. This is universal php tags used for proper and correct interpretation.
<?php………?>
A .php file basically contains HTML tags and some php scripts to create a simple web page.
<?php $apple="red"; ?> |
PHP Installation |