Page 1 of 1
Diff between <?php ?> and <? ?>
Posted: Tue Jun 21, 2005 7:30 am
by Sharon_22
What is the difference between <?php ?> and <? ?> delimiters ?
Posted: Tue Jun 21, 2005 7:36 am
by Syranide
none, except that <? is only available if enabled in the config, so stay away from it.
Posted: Tue Jun 21, 2005 11:28 pm
by Ambush Commander
They are called "short tags", so try googling for discussion.
http://us2.php.net/manual/en/language.basic-syntax.php (Page in manual discussing escaping in HTML)
http://www.google.com/search?q=php+short+tags (Google search "php short tags")