Quote:
|
Originally Posted by STphp
To delete a line, just make a form with a text field in where users submit their email address or something and call the field 'email' and use this to remove the line from the file:
|
What this script do is actually take all the data from the .txt file and put all the lines into arrays, delete the array value of that line and overwrite the file with all the data.
I doubt there's a way to delete the line directly from the file.