I know i must be getting on everyones nerves with these questions but i could do with a bit of help… I’ve built my submissions page that pulls all the submissions from my database. So now i need to get the editing part of my code done.
I’ve started building the page that pulls a specific row from the database and displays all the details in input boxed for editing. The thing is, what would the query look like to update that row in the database with the new data?
All the data has been pulled from the database and is now displaying correctly in the input boxes, it’s just i haven’t ever used update in mysql before. I’m not asking you guys to write the entire thing, maybe just a short example that i could play around with.
Thanks
Andrew