[PHP] Ouput HTML w/PHP

2005-06-30 Thread Rick Emery
And now for something completely different... I have a question that has been nagging at me. I've searched the archives, FAQs, and web sites, but haven't found an answer. I have two ways that I've output HTML with PHP; one is to write the HTML, using the PHP tags to execute code when

Re: [PHP] Ouput HTML w/PHP

2005-06-30 Thread Duncan Hill
On Thursday 30 June 2005 13:50, Rick Emery typed: the validator doesn't parse the PHP to get the HTML output (which is why I wonder if I'm not better writing the HTML and sticking PHP where it's needed). Is there a way for me to maybe use the PHP tidy functions on the string containing the

Re: [PHP] Ouput HTML w/PHP

2005-06-30 Thread André Medeiros
On Thu, 2005-06-30 at 08:50 -0400, Rick Emery wrote: And now for something completely different... I have a question that has been nagging at me. I've searched the archives, FAQs, and web sites, but haven't found an answer. I have two ways that I've output HTML with PHP; one is to write

Re: [PHP] Ouput HTML w/PHP

2005-06-30 Thread Richard Lynch
On Thu, June 30, 2005 5:50 am, Rick Emery said: This leads (sort of) to a second question: how can I validate my HTML? My applications run on an intranet (with database access), so I can't use the W3C Validator to point to the URL. If I try to upload the file, the validator doesn't parse the