[thelist] PHP Newbie

Ken Robinson kenrbnsn at rbnsn.com
Mon Apr 11 13:32:42 CDT 2005


Quoting Hershel Robinson <hershelr at netvision.net.il>:

> I am your basic PHP newbie. Am I supposed to use:
>
> <?
>
> or
>
> <?php
>
> to begin my PHP code sections?

If you use "<?php" your code will always work. If your server is configured to
accept short tags, then "<?" will work.

Ken Robinson (no relation, I think)



More information about the thelist mailing list