Trying to insert text into a file ABOVE a certain line
问题 I have a text file, more of a users file for a program. Im trying to use PHP to insert new data before groups: in the file. The last user is above this line and i want to insert new users below the last user and above groups: in the file Ive been tinkering and was trying some things, but i can only get it after that line. heres what i have $key = 'groups:'; $newline = 'blackberry'; //copy file to prevent double entry $file = "data2.yml"; $newfile = "filetemp.txt"; copy($file, $newfile) or