I have a dynamic html form current that I would like to convert to use AJAX. My problem is 1.) I am new to AJAX 2.) I can't figure out how to send information from a form array.
Using PHP I have created a form using FormName[] and I am able to retrieve the information and update the database without AJAX. My problem is I don't know how use the FormName[] and update a database using AJAX.
If anyone could give me some direction, I would greatly appriciate it.