hello,
I have a form the contents of which I wish to load into a MySQL
database. This I can do using the normal submit button but of course
this brings up a new web page. I would like to use AJAX to get the
response on the same page as the form.
I need to submit the form and call a php file which connects to the
MySQL database and uploads the contents of the form.
A few hints as to how to do this?!
Cheers
Geoff |