I need to create a grid of data many rows by 8 columns. When the user clicks on a row I need to submit the data from only that row to a php program. I'm not sure how to proceed.
Do I make each row a separate form? Do I create a hidden form and copy the row data into it, and submit that? I'm not sure how to determine which row the user clicked and how to get at that row's data.
Is there a simple way I'm over looking?
Thanks