Menu

#2 Use proper PHP escapes: <?php

open
nobody
None
5
2005-12-19
2005-12-19
No

Although <? is recognized on most systems as a PHP
escape sequence, the proper way to start a PHP script
is to use <?php.

Discussion


Log in to post a comment.