Ok, I know it's messy - no, I don't care. :P
Parse error: parse error in C:/XITAMI/owen/website/tss/guestbookSG.php
on line 43
<html>
<head>
<title>the southern side : owen : mmmHm</title>
<style>
<!--
A:hover { color:rgb(215,152,1); cursor:hand-il; }
A:link { font-style:normal; font-weight:normal; text-decoration:none;
cursor:hand-il; }
A:visited { font-style:normal; font-weight:normal; text-decoration:none;
cursor:hand-il; }
-->
</style>
</head>
<body bgcolor="white" text="black" link="black" vlink="black"
alink="black">
<p align="center">
<div align="center"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="304"><p><img src="top.gif" width="302" height="18"
border="0"></td>
</tr>
</table></div>
<div align="center"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="87" valign="top" bgcolor="white"
background="bg1.gif"><p align="center"><font
face="Verdana" size="1">tss menu</font></p>
<? include("tssmenu.txt") ?>
<p> </p>
<p> </p>
<p> </td>
<td width="219" valign="top"><p><font face="Verdana"
size="1"><b>guestbook
signed</b></font><font face="Verdana" size="1">: </font><a
href="mailto:[EMAIL PROTECTED]"><font
face="Verdana" size="1">Owen</font></a></p>
<p><font face="Verdana" size="1">
<?
$space = " ";
if( $submitfrm )
{
echo "your entry will be added shortly.";
$submitmsg = file( "gb.txt" );
$fp = fopen( "gb.txt", 'a' );
rewind($fp);
fwrite( $fp, "fwrite( $fp, "<table border=\"0\" cellpadding=\"0\"
cellspacing=\"0\"> <tr> <td width=\"236\"><p><font
size=\"1\"><b>$subject</b> : <a href=\"mailto:$email\">$name</a></td>
</tr> <tr> <td width=\"236\"><font size=\"1\"><p>$submition</td> </tr>
</table><br>" );
fclose( $fp );
}
else
{
include ( "guestbooks.php" );
}
?>
</font></td>
</tr>
</table></div>
<div align="center"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="300"><p align="center"><img src="bottom.gif"
width="281" height="8"
border="0"></td>
</tr>
</table></div>
<p> </p>
</body>
</html>
It isn't working. Pfft!
-Owen
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]