Hello all I'm new to this whole thing still.
I would like some help figuring out how to do this please. I can pull info out of a database and put stuff in using ajax/javascript but I cant figure out how to complete the problem below. I want to be able to make my php form submit and update with out page refresh.
Example.
Page1. Main page -Drop down javascript/Ajax on change of dropdown get info from page 2. Form from page two now displays without page refresh on change of drop down. When submit button from page two is pressed inserts form data into Mysql database. Once new data is submitted into sql data base the form updates and shows data in mysql database for the specific ID in the drop down.
Page2. form drop down info. Form is filled with info if there is data in the database for it. Javascript/Ajax on button submit sends input fields to page 3
Page 3. insert data into mysql using javascript/ajax so no page refresh is required
Thanks