PHP PROGRAMMING shorthand support


PHP stands for PHP Hypertext Preprocessor.
<php
// php Codes
?>
Shorthand PHP tag that requires shorthand support to be enabled
on your server so that we can use <? instead of <?php
<
//with shorthand support
?>
<?php
//without shorthand support
?>