T
Thomas L
Guest
It all depends on the version of PHP you are using. Only the most recent onces will recognize <? ... ?>
It is best you use <?php ... ?> at all times, this works with all versions and will ensure portability or your PHP files.
It is best you use <?php ... ?> at all times, this works with all versions and will ensure portability or your PHP files.