It appears that <?php ... ?> is not portable. If this is true, why do so many scripts use it?
Posted by Michael on 05/28/07 15:14
I'm new to PHP.
Evidently my ISP's server does not recognize <?php ... ?>, but it does
recognize <script language="php"> ... </script>, which would imply
that <?php ... ?> is not portable.
If in fact <?php ... ?> is not portable, why are so many PHP scripts
using it?