Here's what I'm trying to do. I have a php script that will run an sql query and return the data back in a table.
I want to put a radio button into each row so the user can select one row to submit. Then, when they click submit, I need all of the data in that row to be passed to another php page.
I have no idea how to do it...
I've got the radio buttons inserted into each row, but I'm stuck on how to submit the row data.
Any help would be greatly appreciated.