Hi,
bitte zitiere sinnvoll, nicht einfach alles.
if ($_POST[submit]) {
submit gibt es nicht.
Jetzt ist es leider nur so, dass er mir die erste ID in der DB (Also die 1) mit einer 0 = NULL überschreibt..
$update = "UPDATE $tabelle SET handwerker = '$handwerker', einheit = '$einheit', id = '$id'";
$updaten = mysql_query($update) or die(mysql_error());
Du updatest ja auch einfach wahllos alle Datensätze.
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]