Re: [PHP] Merging document changes

2003-10-19 Thread Burhan Khalid
Jason Godesky wrote: I'm working on a collection of functions for handling text documents; when a Document is added, its text is broken into paragraphs, and each paragraph is saved to the database as a separate record. The problem is editing the document, because I only want to update those pa

[PHP] Merging document changes

2003-10-16 Thread Jason Godesky
I'm working on a collection of functions for handling text documents; when a Document is added, its text is broken into paragraphs, and each paragraph is saved to the database as a separate record. The problem is editing the document, because I only want to update those paragraphs that have be