Monday, September 28, 2015

What is Syntax in PHP | PHP Syntax Overview | phpeasylearning.tk


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.
 

Short-open Tags:

This tag allows you to use the short style opening tag for php code block, to use this tag you have to enable or on it in your php.ini
 <?………?>
 

read more about other tags..

 

No comments:

Post a Comment