Using Php and Mysql I have a form that we fill in.
so it goes impact.php (form) ---> add.php ( the information is entered into the database when this page loads, This page displays a summary of what is entered in a table and theres 2 buttons one that says this info is correct which takes the user back to the start page. the other button says no edit this information.)
If the user clicks edit I want to bring back the record just entered and populate the form again with that info, the form has checkboxs, dropdown selectors and free text areas.
So 1 how do i get the record back thats just been entered?
Then how do i get this back into the form?
Then it would be a update statement.
TIA
so it goes impact.php (form) ---> add.php ( the information is entered into the database when this page loads, This page displays a summary of what is entered in a table and theres 2 buttons one that says this info is correct which takes the user back to the start page. the other button says no edit this information.)
If the user clicks edit I want to bring back the record just entered and populate the form again with that info, the form has checkboxs, dropdown selectors and free text areas.
So 1 how do i get the record back thats just been entered?
Then how do i get this back into the form?
Then it would be a update statement.
TIA