hi i am trying to utilize this code but when you try to submit the email address this message comes up
"No news available at the moment"
Here is how is how i have the code set
Code:
<form name="newsletter" action="news.php" method="post"><center>
<table width="250" border="0" align="left" cellpadding="2">
<tr>
<td width="50%"><input name="newsemail" size="35"></td>
</tr>
<tr>
<td width="50%">
<input type="radio" value="subscribe" checked name="mode">
Subscribe
<input type="Submit" value="Submit" name="Submit"></td>
</tr>
</table>
</center>
</form>