$chickens = 1000; $roost = 0 $home = false; while ($chickens != $roost) { $chickens--; $roost++; } $home = true; Cheers, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP] PHP Brain Teasers tedd
- Re: [PHP] PHP Brain Teasers Stut
- [PHP] Re: PHP Brain Teasers Colin Guthrie
- Re: [PHP] PHP Brain Teasers Robert Cummings
- RE: [PHP] PHP Brain Teasers tedd
- Re: [PHP] PHP Brain Teasers Jochem Maas
- Re: [PHP] PHP Brain Teasers heavyccasey