Alright, this one has me stuck. I know it's possible, because I've seen an example in another thread, but mine is slightly different, and I can't figure it out.
Ok, I have one script that pulls all the rows from a database, and displays the data using a while loop. It displays that data in forms, so the user can change it, and hit a submit button.
I need that form to be able to update any rows that the user changes on it. (or all of them even if they haven't changed, that's probably easier.)
How do I pull the entries from each of the rows to update all those rows with the new data?
Here is a thread that is accomplishing what I'm trying to do, but it's so long and complicated, I can't make sense of it: http://www.daniweb.com/forums/showthread.php?t=35096&highlight=form+in+while+loop