[PHP] Re: problem with for loop

2008-05-02 Thread Craige Leeder
I think Peter is probably right. In the case he is not however, can you post a print_r of $multiArray. - Craige On Fri, May 2, 2008 at 7:24 AM, Peter Ford <[EMAIL PROTECTED]> wrote: > > Richard Kurth wrote: > > > Way does my for loop not complete the task if there are 4 emails it only >

[PHP] Re: problem with for loop

2008-05-02 Thread Peter Ford
Richard Kurth wrote: Way does my for loop not complete the task if there are 4 emails it only process 3 emails through the foreach loop if there is 3 it only process 2 # Connect up $host ="domain.com"; $port ="110"; $mailtype = "pop3"; $mailbox ="INBOX"; $username ="[EM