> -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.
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
2 matches
Mail list logo