How to use JQuery, PHP 5 Classes and JSON to insert into MySQL
This article will explain in the most basic terms how you can use the JQuery API to insert form values to a MySQL database using no form actions, just JQuery. Pretty cool stuff.
I wanted to create a CSS/Ajax powered database management system and the code you see here is the very streamlined version of this effort.
Download JQuery
Download all the files that I refer to in this tutorial.
Let's begin.
You will ne...