Monday, June 1, 2009

PHP Syntax

All PHP code must be contained within the following:

<?php


?>

or the Shorthand PHP Tag that requires shorthand support to be enabled on your server

<?

the shorthand PHP tag

?>