Re: [PHP] array_diff odities

2005-05-19 Thread Richard Lynch
On Wed, May 18, 2005 8:03 pm, Pablo Gosse said: > Howdy folks. I'm running into something strange with array_diff that > I'm hoping someone can shed some light on. If you are running PHP 4.0.4, the manual states that the function was "broken"... > I have two tab-delimited text files, and need to

Re: [PHP] array_diff odities

2005-05-18 Thread José Luis Palacios Vergara
-unsubscribe-digest- - Original Message - From: "Pablo Gosse" <[EMAIL PROTECTED]> To: "PHP" Sent: Wednesday, May 18, 2005 11:03 PM Subject: [PHP] array_diff odities Howdy folks. I'm running into something strange with array_diff that I'm hoping so

[PHP] array_diff odities

2005-05-18 Thread Pablo Gosse
Howdy folks. I'm running into something strange with array_diff that I'm hoping someone can shed some light on. I have two tab-delimited text files, and need to find the lines in the first that are not in the second, and vice-versa. There are 794 records in the first, and 724 in the second. S