hallo so gehts auch nicht
Code:
<
html>
<head>
<title>
Seite
</title>
</head>
<body>
<form action="gaestebuch.php" method="post">
<table border="0" cellpadding="0" cellspacing="4"
<tr>
<td align="center">
<h2><u>Gästebuch</u></h2>
</td>
</tr>
<tr>
<td align="left">
[b]Name: [/b]
<input name="benutzername" type="text" size="15" maxlength="15">
</td>
</tr>
<tr>
<td>
[b]<h4>Hier können sie einen Kommentar hinterlassen.[/b]</h4>
<textarea name="message" cols="50" rows="10"></textarea>
</td>
</tr>
<tr>
<td>
<button name="Eintragen" type="button"
onClick="self.location.href='http://
localhost/Gaestebuch.php'">
[b]<u>Eintragen</u>[/b]
</button>
</td>
</tr>
<tr>
<td>
<?php
echo $benutzername;
if ($benutzername=="")
{
echo "if";
# onClick="self.location.href='http://
localhost/Gaestebuch.html'"
}
else
{
echo "else";
}
$hallo = kuhl;
if ($hallo == "kuhl")
{
echo "hallo";
}
?>
</td>
</tr>
</table>
</form>
</body>
</
html>
//edit : kann das damit zusammen hängen das ich die seite wieder aufrufe)