Hallo Heiner,
»»mysql_query($sql);
while($row = mysql_fetch_array($result)){
<tr>
<td class="td">
<form action="'.$PHP_SELF.'" method="GET" name="form1">
<input type="text" value="'.$row['anzahl'].'" name="anzahl[]">
^^^^^^^^^^^^^^^^^^^^
<input type=image src="aktualisieren.gif" alt="Akutalisieren">
<input type="hidden" value="'.$row['artikelnr'].'" name="artikelnr[]">
^^^^^^^^^^^^^^^^^^^^^^^
<input type="hidden" value="'.$row['BID'].'" name="bid[]">
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
<input type="hidden" value="1" name="send"></td>
</tr></form>
}
auf der Auswertungsseite kannst Du dann das array direkt ansprechen
d.h Du prüfst , welches gesetzt ist und sprichst es dann mit $array[$i]
oder so ähnlich an
ciao
romy
--
DIE ROMY AUS L. AN DER P. SAGT DANKE UND AUF WIEDERSEHEN
->Alles ist gut wenn es aus Schokolade ist
DIE ROMY AUS L. AN DER P. SAGT DANKE UND AUF WIEDERSEHEN
->Alles ist gut wenn es aus Schokolade ist