AW: Bräuchte etwas hilfe
Ich bins wieder und habe da eine frage. HAb jetzt das GB sogut wie fertig und wollte es probieren aber es kommen immer wieder fehlermeldungen. Hier mal der ganze Code von der Gästebuch.html
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Anmeldeformular</title>
<style type="text/css">
<!--
body table tr th table tr td div {
font-family: "Book Antiqua";
font-size: 24px;
}
body {
background-color: #903;
}
a:link {
color: #000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000;
}
a:hover {
text-decoration: none;
color: #FFF;
}
a:active {
text-decoration: none;
color: #FFF;
}
.Heading1.style1 strong {
font-size: 36px;
color: #FFF;
font-family: Dragonfly;
}
.style26 { font-family: "Book Antiqua";
font-size: 24px;
}
.style27 { font-family: Dragonfly;
font-size: 36px;
color: #FFFFFF;
}
.Textfield tr td div {
font-family: Book Antiqua;
font-size: 24px;
font-weight: bold;
}
.Textfield tr td div p label {
font-size: 16px;
}
.Textfield tr td div #form1 label {
font-size: 16px;
}
#EMail {
display: none;
}
input {
}
-->
</style>
</head>
<body>
<div style="width:1024px; text-align: center;" align="center">
<table width="100%" height="198" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th scope="row"><table width="100%" height="42" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="25%" scope="row"> </th>
<td width="100%"><a href="Home.html"><img src="../Bilder/Sensnes_2.jpg" alt="" width="647" height="152s" border="0" /></a></td>
</tr>
</table>
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<th width="20%" scope="row"> </th>
<td width="80%"><div align="center">Gästebuch</div></td>
</tr>
</table>
<a href="../Home1.html"></a></th>
</tr>
</table>
<table width="1024" height="386" border="0">
<tr valign="top">
<td width="200" height="382"><table width="100%">
<tr>
<td><a href="Home.html"><img src="../Bilder/Buttons/Button1.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
<tr>
<td><a href="Ueber uns.html"><img src="../Bilder/Buttons/Button2.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
<tr>
<td><a href="Sensnes Dance.html"><img src="../Bilder/Buttons/Button3.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
<tr>
<td><a href="Galerie.html"><img src="../Bilder/Buttons/Button4.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
<tr>
<td><a href="Links.html"><img src="../Bilder/Buttons/Button5.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
<tr>
<td><a href="News.html"><img src="../Bilder/Buttons/Button6.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
<tr>
<td><a href="Kontakt.html"><img src="../Bilder/Buttons/Button7.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
<tr>
<td><a href="Gaestebuch.html"><img src="../Bilder/Buttons/Button8.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
<tr>
<td><a href="TrainerInnenausbildung.html"><img src="../Bilder/Buttons/Button9.jpg" alt="" width="190" height="45" border="0" /></a></td>
</tr>
</table> <p><a href="Schnuppeworkshops.html"><img src="../Bilder/Buttons/Button_Schnupper.jpg" alt="" width="190" height="120" border="0" /></a></p></td>
<td width="800"><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="Textfield">
<tr>
<th width="4%" scope="row"> </th>
<td width="92%" valign="middle"><p> </p></td>
<td width="4%"> </td>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td> </td>
</tr>
<tr>
<th scope="row"> </th>
<td align="center" valign="middle"><strong class="style26">WIRD ÜBERARBEITET!!</strong></td>
<td> </td>
</tr>
<tr>
<th height="394" scope="row"> </th>
<td>
<?php
$beitrag = file("gaestebuch.txt");
krsort($beitrag);
foreach($beitrag as $ausgabe)
{
$ausgabe = stripslashes($ausgabe);
$zerlegen = explode("|", $ausgabe);
echo "<table align='center'
border='1' cellspacing='0'
cellpadding='5' bordercolorlight='black'
bordercolordark='black' width='50%'>";
Von <a href=\"mailto:$zerlegen[0]\">$zerlegen[1]</a>
am $zerlegen[2]
</td>
</tr>
<tr>
<td>
$zerlegen[3]
</td>
</tr>
</table><br>
";
}
?>
<form action="<?=$_SERVER['PHP_SELF']?>" enctype="multipart/form-data" accept-charset="UTF-8" method="post">
<div align="center">Ihr Name:<br>
<input name="Name" size="40" /> <label for="name"></label><br>
<?php
if (isset($_POST['sent']))
{
if ($bln_Name_Empty == TRUE)
{
echo "<span style=\"color:red\">Name darf nicht leer sein!</span>";
}
if ($bln_Name_Error == TRUE)
{
echo "<span style=\"color:red\">Name darf nur aus Buchstaben bestehen! (mind. 2)</span>";
}
}
?>
<br>
<input name="EMail" size="40" id="EMail" type="text">
<input style="display:none" />
<br>
Inhalt:<br>
<textarea name="inhalt" cols="40" rows="12"
wrap="physical"></textarea>
<br>
<input type="submit" value="Absenden">
</div>
</form>
<div align="center"> </div></td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<div id="footer">
<p align="center" class="style16"></p>
<tr>
<th width="67%" scope="row"> </th>
<td width="10%"><div align="center"><a href="AGB.html">AGB</a></div></td>
<td width="11%"><div align="center"><a href="Impressum.html">Impressum</a></div></td>
<td width="12%"><div align="center">© Adi Tamir 2009 </div></td>
</tr>
</div>
<p></p>
</table>
</td>
</tr>
<p> </p>
</div>
</body>
</html>
Die fehlermeldungen die kommen sind
Parse error: syntax error, unexpected T_STRING in /home/adi/www.sensnes-dance.com/Seiten/Gaestebuch.html on line 145
was bei mir " Von <a href=\"mailto:$zerlegen[0]\">$zerlegen[1]</a> "
ist danach aber weiter geht!
ich will das diese seite also Gaestebuch.html die Seite ich wo das Formular ist (logisch
) aber auch die Ausgabe. Deswegen hab ich
HTML:
<form action="<?=$_SERVER['PHP_SELF']?>" enctype="multipart/form-data" accept-charset="UTF-8" method="post">
Ist das Falsch?? Wie soll ich es ändern? Da ich schon mit eigener "gaestebuch.php die auf "neuerbeitrag.php" verweist. So geht es zumindest am Testserver. Wie kann ich das aber auch auf der HTML machen das es so klapt. Danke im Voraus
Showav