[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: ? php stuff..? HTML stuff ? more php stuff ? I drop out of PHP mode to display raw HTML. If I have a

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: ? php stuff..? HTML stuff ? more php stuff ? I drop out of PHP mode to display raw HTML. If I

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

2001-09-16 Thread Jason Bell
, 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://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED