Wednesday, January 16, 2013

CRUD AJAX

I found out to develop CRUD AJAX (Create-Read-Update-Delete Asynchronous JavaScript and XML(eXtensible Mark-Up Language)) was a breeze using AJAX CRUD. The GUI for the end user is like excel to do the editing. They just click on the field to activate the editing mode, edit and enter. No need to enter into another page wait for page loading, click submit and again wait for another page loading.
AJAX CRUD using PHP and MySQL as the database.
AJAX-CRUD
Because it is open source, you may get the source code from here.

No comments:

Post a Comment