Posted by comp.lang.php on 02/12/06 01:30
That's why they invented technical specs..
Phil
Jerry Stuckle wrote:
> Tim Roberts wrote:
> > "Drakazz" <tikras@hakeris.co.uk> wrote:
> >
> >>Of anything, i suggest that you don't use <?= , etc. use ONLY <?php
> >>echo (date()); ?>
> >
> >
> > Why? <?= reads better, and there's no particular performance penalty.
>
> Until you need to move to a host which has short tags disabled - and you
> need to go back and change all your code.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstucklex@attglobal.net
> ==================
[Back to original message]
|