Daltimo
2006-09-21, 12:08:05
Ich möchte mal so aus Spass an dr Freude eine Gästebuch programmieren.
Erstmal hier der Quellcode:
<html>
<head>
<title> Gästebuch </title>
</head>
<body style="background-color:#000000; color:#FF9F00">
<h1 style="font-family: Arial; font-weight: bold; text-decoration: underline; text-align: center;
color: #FF8000;">Gästebuch</h1>
<form action="gaestebuch.php" method="post" name="Eingabe">
<table>
<tr>
<td>Vorname:</td>
<td><input name:"VName" type="text" size="15"></td>
<td>Name:</td>
<td><input name:"VName" type="text" size="15"></td>
</tr>
<p>
<tr>
<td>E-Mailadresse</td>
<td><input name"VName" type="text" size="15"></td>
<tr>
<td>Text:</td>
<td colspan="3"><textarea name:"Text" type="text" size="15" cols="50" rows="4"></textarea></td>
</tr>
<td><input type="submit" value="Senden"></td>
</tr>
</form>
</body>
</html>
Allerdings habe ich da ein kleines Problem.
Wenn jemand was schreibt, was um gottes Namen muss eingeben damit der Eintrag gespeichert wird. Alles was ich probiert habe ging nicht.
Beachtet aber bitte ich stehe gerade am Anfang meiner PHP Kariere.:biggrin:
Erstmal hier der Quellcode:
<html>
<head>
<title> Gästebuch </title>
</head>
<body style="background-color:#000000; color:#FF9F00">
<h1 style="font-family: Arial; font-weight: bold; text-decoration: underline; text-align: center;
color: #FF8000;">Gästebuch</h1>
<form action="gaestebuch.php" method="post" name="Eingabe">
<table>
<tr>
<td>Vorname:</td>
<td><input name:"VName" type="text" size="15"></td>
<td>Name:</td>
<td><input name:"VName" type="text" size="15"></td>
</tr>
<p>
<tr>
<td>E-Mailadresse</td>
<td><input name"VName" type="text" size="15"></td>
<tr>
<td>Text:</td>
<td colspan="3"><textarea name:"Text" type="text" size="15" cols="50" rows="4"></textarea></td>
</tr>
<td><input type="submit" value="Senden"></td>
</tr>
</form>
</body>
</html>
Allerdings habe ich da ein kleines Problem.
Wenn jemand was schreibt, was um gottes Namen muss eingeben damit der Eintrag gespeichert wird. Alles was ich probiert habe ging nicht.
Beachtet aber bitte ich stehe gerade am Anfang meiner PHP Kariere.:biggrin: