I have seen many tutorials, but they're so confusing, and to do what I want to do, I just don't get how to use existing stuff from those tutorials and make them work they way I want them to.
I have a very simple form, containing a textbox, label and a submit button. When the user enters something into the form, then clicks submit, I would like to use php and ajax (with jquery) to insert the result of the form into a mysql database.
Can someone please show me how this can be achieved? Just something very basic is all i'm after to get me started. Any help is appreciated.
Thank you
Hi here is just a quick example of how one might do it:
The HTML:
The process.php script:
Please note that none of this has been tested. I hope it helps you thou.