Sorry for asking another question but I am having more trouble.
I am trying to add a comment box to my site and have the comments displayed directly underneath.
My code is
When I submit a comment is doesnt appear anywhere.
Link to site
Any help greatly appreciated
I am trying to add a comment box to my site and have the comments displayed directly underneath.
My code is
table cellpadding=2 cellspacing=4 border=0 bgcolor="#222222">
<form action="index.php" method=post>
<tr><td class=main_txt><B>Your name:</B></td><td><input type=text name=your_name value="" class=form size=20></td></tr>
<tr><td colspan=2 class=main_txt><B>Your comments:</B><BR><textarea name=your_txt cols=37 rows=2 class=form></textarea></td></tr>
<tr><td class=maintxt>Confirmation code:</td><td class=sm><B>394</B> <input type=text name=your_conf value="" class=form size=5> Enter the code exactly as you see it into this box.</td></tr>
<tr><td colspan=2><input type=hidden name=addq value=1><input type=submit name="subm" value="Submit" class=form></td></tr>
</form>
</table>
When I submit a comment is doesnt appear anywhere.
Link to site
Any help greatly appreciated