How can I write to a specific spot of a file in php?
I have a form and an html page, I want to take a line from the form and put it in a particular div tag on the html page. Most of what I have been able to find on writing has specified "w" "r" and the like.
Thanks
I have a form and an html page, I want to take a line from the form and put it in a particular div tag on the html page. Most of what I have been able to find on writing has specified "w" "r" and the like.
Thanks

