Hallo,
ich sehe da nicht so ein großes Problem. Würde nur ein Formular definieren. Zum Beispiel so
<from action="file.go" method="post">
<table>
<tr><td><input type="text" ...></td><td><input....></td></tr>
<tr><td><input type=".....></td><td><input....></td></tr>
<tr><td colspan="2"><input type="submit" value="Speichern"></td></tr>
</table>
</form>
LG
Gerold