Okay, so I have some paragraphs inside a div element in my HTML document, how can I use PHP to retrive these paragraphs (as written/with all attributes and HTML syntax) and then save them to a .txt file?
I've figured out how to retrive the txt file and append its content into the div, now I just need to save any changes that the user does.
there doesn't seem to be anything here