il trap: Formular und Buttons

Beitrag lesen

Hab ich mal gemacht, so.

print "<table border=0><br>";
print "<colgroup>";
print "<col width='80'>";
print "<col width='80'>";
print "</colgroup>";
print "<tr>\n";
print "<th><form action="insert_form.php"></th>";
print "<th><input type="submit" value="Update">  </th>";
print "<th></form></th>";
print "<th><form action="delete_form.php"></th>";
print "<th><input type="submit" value="Delete">  </th>";
print "<th></form></th>";
print "</tr>\n";
print "</table>\n";

geht aber nicht. finde den fehler nicht...?

Hallo, ich habe 2 Buttons, und für beide ein eigenes Formular. Dabei werden die Buttons aber untereinander angeordnet, ich möchte, dass sie nebeneinander stehen, wie wenn beide das gleiche Formular hätten. Wie geht das?
Danke, il trap

mach ne tabelle mit 2 spalten und in je eine tust du nen button rein....