[thelist] PHP Newbie

Brian Cummiskey Brian at hondaswap.com
Mon Apr 11 13:32:04 CDT 2005


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

either will work, depending on your installation configuration.

<? is just a shorthand for <?php

it is good practice to use <?php whenever possible.



More information about the thelist mailing list