This might be an html question but I suck in that too:
I have a page that displays a table of records. the table's rows are embedded within an html form with action="post".
How do I submit the records that the user updated in his browser to php's $_POST array?
I know how to do this when submitting the value of an html select thing but can't figure out how to do the same with an html table.
Thanks in advance.