I would like to know how to edit a specific line in a text file using PHP. Any suggestions?
Read the file into an array using file() find the element that has the line you need to edit, edit it, open the file for writing and overwrite the file with the lines fom the array.