you could also do it this way:
$ofile = "file.txt";// original file
$nfile = "new.file.txt";// new file
$string = "original"; // what needs to be replaced
$replace = "replacement"; // what to replace it with
$data = file($ofile); // original file's d
On Tue, 3 Jul 2001 18:04, Stevenson, Christopher wrote:
> Hello, folks. I'm relatively new to this.
>
> Would anyone be willing to give me some code that will delete the first
> occurrence of a string from a text file?
>
> Thanks,
> Chris.
Hello Chris - when did you guys discover PHP!
Grab the
2 matches
Mail list logo