Inline Editing with Ajax
Last week I came across a tutorial and code for inline editing using Ajax. The reason I was looking for this sort of application was to implement a project management solution for one of my clients.
What inline editing does is allow you to edit an online document on the fly using AJAX, PHP and MYSQL. An example of this nifty solution found here: http://www.yvoschaap.com/instantedit/
Any of the fields can be edited and the editing is reflected right away in the MYSQL database.
If you have any questions about how to implement this please post here.
A special thanks to Yvo Schaap for supplying us with the code and example!


























