fee_aus_HH
Grünschnabel
Hallo und guten Abend,
hab da nee Frage. Hab hier ein Formular. Jetzt will ich aber die Daten in eine Db eintragen. Kann mir da jemadn helfen wie ich das machen muss?
Gruß free_aus_HH
hab da nee Frage. Hab hier ein Formular. Jetzt will ich aber die Daten in eine Db eintragen. Kann mir da jemadn helfen wie ich das machen muss?
PHP:
<table width="98%" border="0">
<TR>
<TD valign="top"><table width="100%" border="0">
<tr>
<td><form name="form1" method="post" action="todo.php">
<table width="100%" border="0">
<tr>
<td width="24%" height="35">Wie dringend: </td>
<td width="76%"><input type="radio" name="radiobutton" value="3">
Hoch
<input type="radio" name="radiobutton" value="2">
Mittel
<input type="radio" name="radiobutton" value="1">
Niedrig</td>
</tr>
<tr>
<td height="102">Was ist los? </td>
<td><textarea name="textarea" cols="50" rows="4"></textarea></td>
</tr>
<tr>
<td height="34"> </td>
<td><input type="submit" name="Submit" value=">> Abschicken"></td>
</tr>
</table>
</form></td>
</tr>
</table></TD>
</TR>
</table>
<p>
Gruß free_aus_HH