Saving to database using jQuery

How to insert into database on save button click editInPlace In JQuery. I am using CakePHP and MYSQL.

-4


a source to share


2 answers


This NETTUTS article can help you understand how to send data back to the server via jQuery and JSON to be stored in a MySQL database using PHP.



+1


a source


Please follow the link below. http://net.tutsplus.com/tutorials/php/asynchronous-comments-with-jquery-and-json/



0


a source







All Articles