Re: [PHP] deleting array elements

2004-03-09 Thread Rob Ellis
On Tue, Mar 09, 2004 at 05:22:37PM -, Benjamin Jeeves wrote: Hi All I have two array one with a list of items in it. Then a second array with a list of items in it what I want to be able to do is compare array1 to array2 and if a match is found in both arrays delete that match from

RE: [PHP] Deleting Array elements

2001-11-02 Thread Daniel Kushner
Hi, Try out this class: http://www.websapp.com/classes/LineRemover/ --Daniel -Original Message- From: HEW Staff [mailto:[EMAIL PROTECTED]] Sent: Friday, November 02, 2001 9:56 PM To: [EMAIL PROTECTED] Subject: [PHP] Deleting Array elements I'm looking for some code that will