formulare Hi,
habe ein Formular, das 3 Tabellen beinhaltet:
<form id="editForm" action="update.php">
<table id="id_1"> ...</table>
<table id="id_2"> ...</table>
<table id="id_3"> ...</table>
<input type="submit" value="ok">
</form>
im Script "update.php" wie kann die Formulardaten zurückgewinnen?
Ich brauche die Daten jeder Zeile in jeder Tabelle
Danke im voraus
Grüße
Aha |