On Sat, Mar 7, 2009 at 15:23, Robert Cummings <rob...@interjinn.com> wrote: > > <?php > > for( ; ; ) > { > echo "You can make an endless loop in many, many ways.\n"; > } > > ?>
<?php while(1) echo "Yup.\n"; ?> -- </Daniel P. Brown> daniel.br...@parasane.net || danbr...@php.net http://www.parasane.net/ || http://www.pilotpig.net/ 50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW10000 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php