Re: [PHP] Re: echo/printing html within a function - best method

2001-09-16 Thread Jason Bell
gt; Cc: <[EMAIL PROTECTED]> Sent: Sunday, September 16, 2001 9:32 PM Subject: Re: [PHP] Re: echo/printing html within a function - best method > I try to avoid having my functions generate HTML. But yes, when they do I > use the same approach. -- PHP General Mailing List (http://

Re: [PHP] Re: echo/printing html within a function - best method

2001-09-16 Thread Rasmus Lerdorf
> > > How do you echo your html, do you put the html in your functions and > > > escape the double quotes? There is some extra load there echoing all the > > > html? > > > > echo HTML? I do this: > > > > > > HTML stuff > > > > > > I drop out of PHP mode to display raw HTML. If I have a l

[PHP] Re: echo/printing html within a function - best method

2001-09-16 Thread speedboy
> > How do you echo your html, do you put the html in your functions and > > escape the double quotes? There is some extra load there echoing all the > > html? > > echo HTML? I do this: > > > HTML stuff > > > I drop out of PHP mode to display raw HTML. If I have a lot of HTML with > a