Re: [PHP] running conditions while looping through arrays....

2006-06-19 Thread Richard Lynch
On Mon, June 19, 2006 11:05 am, IG wrote: > I want to run filters on an pop3 inbox. You may want to just use IMAP protocol... > I have the following arrays which I'll get from the database- > > $subject > $email > $body > $subject_like > $email_like > $body_like > > I then go through each email i

[PHP] running conditions while looping through arrays....

2006-06-19 Thread IG
I want to run filters on an pop3 inbox. I have the following arrays which I'll get from the database- $subject $email $body $subject_like $email_like $body_like I then go through each email in turn using this loop- $popy = "{".$pop3."/pop3:110}INBOX"; $mailbox = imap_open($popy, $un, $pw);