Hallo,
Könnte mir einer bitte erklären, nicht zu theoretisch, wie ich:
<a href='edit.php?id=$id'>EDIT</a>
mit Radio-Buttons und 'Submit' darstelle.
Also z.B.:
<form action="editjoke.php" method="post">
echo "<td><input type='radio' name='id' value='$id'></td>";
<input type="submit" value="SUBMIT" />
</form>
Wäre super, wenn mir einer helfen könnte.
Könnte mir einer bitte erklären, nicht zu theoretisch, wie ich:
<a href='edit.php?id=$id'>EDIT</a>
mit Radio-Buttons und 'Submit' darstelle.
Also z.B.:
<form action="editjoke.php" method="post">
echo "<td><input type='radio' name='id' value='$id'></td>";
<input type="submit" value="SUBMIT" />
</form>
Wäre super, wenn mir einer helfen könnte.