"Richard Heyes" <rich...@php.net> wrote in message 
news:af8726440902060918v6d2f1ee1ia3f839189874...@mail.gmail.com...
>> Wouldn't have thought so. But for readability, you may find this a
>> little easier instead:
>
> Slight correction:
>
> ?>
>    <?=$var1?> blah <?=var2?>
> <?php
>
> -- 
> Richard Heyes
>
> HTML5 Canvas graphing for Firefox, Chrome, Opera and Safari:
> http://www.rgraph.org (Updated January 31st)

Actually that's what I'm in the middle of undoing.  The first revision was 
jumping in and out of PHP mode upwards of 60 times per page on the shorter 
pages.  I've read a couple places that that can put a huge performace hit on 
things, so I was just trying to simplify the code a bit.  Plus I don't have 
the fast tags, <?=, enabled *blush* 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to