I am trying to append the contents of a file using fwrite(). I want to update the contents between the body tags of an html page.
Is there anyway to set the file position indicator to write to a certain line in a file as opposed to the beginning or the end?
Thanks
Rob