<html>
<?php
//connect to the mysql
$db = mysql_connect("cwhq.net","admin123","****");
//select database
mysql_select_db("General",$db);
$sql = ("INSERT INTO shoutbox (name,website,comments) VALUES ('$name', '$website', '$comments');
$result = mysql_query($sql);
?>
<form method="post" action="http://icihost.cwhq.net/phptest/bt/shout.php">
<input type="text" name="name" size="20" value="<name>" style="border-style: solid; border-width: 1"></p>
<div style="width: 148; height: 9">
<input type="text" name="website" size="20" value="<website>" style="border-style: solid; border-width: 1"></div>
<p>
<input type="text" name="comments" size="20" value="<comments>" style="border-style: solid; border-width: 1"></p>
<p>
<input type="submit" value="Shout" name="B1" style="border-style: solid; border-width: 1">
</p>
<p><font size="1"><b>bolded characters here</b> will make characters bold</font></p>
<p><font size="1"><i>will make italics here</i></font></p>
<p><font size="1"><u>will make underlined words here</i></font></p>
</form>
</html>
what's in the hell is my error...i keep getting this error: Parse error: parse error, unexpected T_STRING in /www/htdocs/zp/phptest/bt/shout.php on line 18