How to delete a line from the file with php?

Read the lines one by one, and write all but the matching line to another file. Then replace the original file.

Leave a Comment