> when it would be just as easy, and more functional, to write this (even > saves a few characters, too!): > > if (x): > while (y): > ... > endwhile; > ... > endif;
You're adding characters... "{" + "}" opposed to ":" + "endif;" Don't go for the fuzzy Math from the Al Gore campaign! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php