pre populated php form from sql database

so I managed this part fine, getting the info from the database using a while loop to include all rows in the table.

now I want to add the form button that will resubmit all the info as its been updated.

but the submit button shows up after each row from the database because of the while loop.

then I tried adding a title field and the submit button to a php include header but it only sends the fields that are in that file and not all the other fields.

I would love some help on this I feel like its just a matter of placement but I just cant come up with it.

let me know if you need more info

THANKS

Emily

We need more info :wink:

Perhaps a snippet of your code could help us help you debug your script?

Hi Emily,

I have in my head an idea of what you are trying to do. Could you post the code so that all of us can take a look at it and see if we can help you find a solution?

Thanks!

Sponsor our Newsletter | Privacy Policy | Terms of Service