I've got a client that wants to be able to edit certain pages on the website that I made for them.
In the past when this has happened I've set up an admin area on the site and let the user add / change / delete items (ie news items, specials, etc) which are stored in a mySQL database, then I've got some little PHP that displays the items. This is fine for a couple of paragraphs (some of the clients have even learnt some basic HTML so they can format the items), but not too great when entire pages have to be editable.
I've looked at HotScripts and found a couple of online editors written in PHP, but they're really basic in that they simply provide a large text box and tell the user to type in their HTML.
Are there more advanced online editors available? Preferably where the person doesn't have to know HTML? The user also wants to be able to add their own images to the pages.
I've found an ISP that has a thing called WebPublisher that does pretty much what I want (I don't know what language it was written in). The docs for it can be found at http://www.clear.net.nz/documentation/webhosting/webpublisher/index.html