How can i delete a certain row of a (text) file? Is there a special function who can do this job for you?
thx, giyo
You could use any of the file functions fopen(),fread(), file(), etc.... if you knwo what the line is, you could loop through file() and remove that way....