RE: [PHP] Tough comparison problem.

2001-04-26 Thread PHPBeginner.com
Developer PHPBeginner.com (Where PHP Begins) [EMAIL PROTECTED] www.phpbeginner.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 11:42 PM To: [EMAIL PROTECTED] Subject: [PHP] Tough comparison problem. I've got two functions that return d

[PHP] Tough comparison problem.

2001-04-26 Thread [EMAIL PROTECTED]
I've got two functions that return data in an array. I need to compare the individual elements of one array against the elements of another, and do something within an if-else statement. I'm using php3, so I don't have an actual "foreach" loop to pick out the array elements. Instead, I use: whil

Re: [PHP] Tough comparison problem.

2001-04-26 Thread Pavel Jartsev
"[EMAIL PROTECTED]" wrote: > > I've got two functions that return data in an array. I need to compare the > individual elements of one array against the elements of another, and do > something within an if-else statement. > > ... > If i didn't misunderstood Your question, then this double-loop