I have a <table> that gets drawn dynamically according to how many rows are in my database.
Here's my question..
Is it possible to turn my table into a <form> with checkboxes to select which rows are to be updated and multiple text inputs to enter unique information for each field in each row?
In one step?
My database contains sports players, and information about them like points, games played, games missed, goals, assists, etc..
Thanks for your help
Jesse