Also ich brauche ein MySql Projekt für die Schule.
Habe mal eine Seite dafür gemacht.
Code
<head>
<title>Login mysql</title>
</head>
<body bgcolor="#ffffff">
<table width="686" height="730" border="0" align="center">
<tr>
<td width="659" background="Unbenannt-1.jpg"><table width="557" border="0" align="center">
<tr>
<td width="168" height="88">
real-name:</p>
</td>
<td width="373"><form name="form2" id="form2" method="post" action="">
<input name="realname" type="text" id="realname" />
</form></td>
</tr>
<tr>
<td height="71">nickname:</td>
<td><form name="form3" id="form3" method="post" action="">
<input name="username" type="text" id="username" />
</form></td>
</tr>
<tr>
<td height="75">password:</td>
<td><form name="form4" id="form4" method="post" action="">
<input name="textfield" type="password" maxlength="10" />
(max. 10 Zeichen)
</form></td>
</tr>
<tr>
<td height="88">e-mail:</td>
<td><form name="form5" id="form5" method="post" action="">
<input type="text" name="textfield" />
</form></td>
</tr>
<tr>
<td height="62"><form name="form6" id="form6" method="post" action="">
<input type="submit" name="Submit" value="Senden" />
</form></td>
<td></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Alles anzeigen
Ich wollte fragen, was ich machen muss, das mir das in eine mysql tabelle eingefügt wird.
mfg lhg