[jQuery] HOW TO: Use PHP 5 Classes with JQuery and JSON to Insert into a MySQL DB

[jQuery] HOW TO: Use PHP 5 Classes with JQuery and JSON to Insert into a MySQL DB


I wrote this article since there is not a place that explains this in
one simple way. Hope you all find it useful. Please comment if you
think of ways I can optimize.
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.
<a href="http://fluxux.com/?p=132">http://fluxux.com/?p=132</a>