mamasita60440
Programmer
I have a page that displays output from a mysql query in a table. I added checkboxes to each row. If the checkboxes are checked when I click the submit button I would like to take the data for just the rows that are checked and send that information to an excell spreadsheet.
The problem is I don't know how to say 'if the boxes are checked this is the data I want to use for...'
Does anyone have any suggestions? This is my first php project. Thanks.
The problem is I don't know how to say 'if the boxes are checked this is the data I want to use for...'
Does anyone have any suggestions? This is my first php project. Thanks.