On 9/11/07, brian <phplist@xxxxxxxxxxxxxxx> wrote: > e: (my personal opinion) Using echo() to spit out HTML will lead to > *much* heartache and gnashing of teeth. Put a closing PHP tag ("?>") in > there and let the parser spit out the markup without echo(). i think this is quite opposite. i prefer echo'ing everything. it allows me to indent the code perfectly in the right nested places. i hate inline php/html mixes. > or, as i said, use a template system. a good presentation layer is always a good idea :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php