[PHP] Re: Nested loopa

2012-12-26 Thread Jim Giner
While I fully understand the purpose of the do...while construct, I just never get used to seeing it used. (in other langs I had to deal with a 'repeat...until construct and dis-liked that also). I pretty much know if I'm going to have to deal with a "run at least once" when I'm coding and the

[PHP] Re: Nested loopa

2012-12-25 Thread Jim Giner
On 12/25/2012 7:21 PM, Ken Arck wrote: So I cannot do nested do loops in php? Why do you say that? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php