> > Is PHP the implied script, so that it is okay to begin PHP code like this <?
> > vs. like this <?php
> > When is it not implied?
>
> You should use <?php. In future versions the open short tag would be
> dropped or your administrator can disable the open short tag.

Well, I don't see the short tag ever being dropped actually.  But yes,
<?php would be best for writing code meant to be portable.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to