RE: [PHP] removing lines from array

2001-07-22 Thread Adrian Ciutureanu
> -Original Message- > From: Richard Kurth [mailto:[EMAIL PROTECTED]] > Sent: 23 iulie 2001 02:36 > To: php > Subject: [PHP] removing lines from array > > > > I an trying to figure out how to remove lines from a text file from > within an array.

[PHP] removing lines from array

2001-07-22 Thread Richard Kurth
I an trying to figure out how to remove lines from a text file from within an array. I fill the array with this $recordsarray = file ("../auto/records"); The lines I what to remove have this in them $remove = "schopf.net "; What I need is how to loop through this array and p