I use the newline characters to make clean, eay-to-read code.
I mean, you guys write code right? Php is a language that produces XML and HTML, etc. Right?
It is a tool to produce the code presented to the browser.
A script might run well, but what if you forget to close a tag in your while loop? If there are a hundred records could you find the missing closing tag? Your XHTML won't validate, and then what?
I say you guys are LAZY for not caring about how your PHP outputs HTML.
Now, of course this is my preference coming from a designer background and then learning programming... 🙂