On Dec 17, 2007 9:09 PM, <[EMAIL PROTECTED]> wrote: > I just think its a poor and sloppy approach to problem > solving. Any comments?
Omitting the closing tag is often considered good form, and for some projects is mandatory style. If you want to avoid "sloppiness" you can always end your scripts with: // EOF or something similar to indicate that the script hasn't been truncated. -- Chris Snyder http://chxo.com/ _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
