Posted by ZeldorBlat on 11/09/06 14:21
David T. Ashley wrote:
> "M" <nospam@here.thankyou> wrote in message
> news:NjG4h.49647$r61.43856@text.news.blueyonder.co.uk...
> >
> > Which would be more performant? I understand that echo's are poor in
> > performance with large blocks of text, but what is the overhead of the web
> > server (Apache) making repeated calls to the php engine?
>
It's also worth noting that Apache only makes one call to the PHP
engine. In other words, the entire script is parsed and executed by
PHP -- there is no "jumping in and out" just because the ?> tag is
encountered.
Navigation:
[Reply to this message]
|