Forum Moderators: open
I would like to allow people to edit these descriptions, and possibly other sections of a page, akin to wikipedia, but on a much, much smaller limited scale.
I know how to write my php and mysql code to pull database cell content into a form to allow the user to change the content, and then to submit the form to update the cell, thus updating the database and database driven pages.
I'm curious how to deal with issues such as a user adds a second sentence, while a second user simatiniously fixes a typo in the first.
How does wikipedia deal with this issue? And how can I practically deal with this issue?