hey everyone…i’m tryin to use php to insert text into a .txt file, but i don’t want it to append to the end of the file, and i don’t want it to append to the top of the file. basically, my text file looks like this:
notmessage=
&message=Line1
line2
line3
line4
etc.
I want the php to insert the file at line1, and to move line1 and each subsiquent line down so that line1 becomes line2, line2 becomes line3, etc
any ideas??
thanks