sentient0169 Posted February 17, 2008 Share Posted February 17, 2008 Here is my code for my email form, always comes up with a 404 error on my site, h3ravager.topcities.com <form action="FormToEmail.php" method="post"> <table border="0" bgcolor="#ececec" cellspacing="5"> <tr><td>Name</td><td><input type="text" size="30" name="name"></td></tr> <tr><td>Email address</td><td><input type="text" size="30" name="email"></td></tr> <tr><td valign="top">Comments</td><td><textarea name="comments" rows="6" cols="30"><%%TEXTAREA></td></tr> <tr><td> </td><td><input type="submit" value="Send"><font face="arial" size="1"> Form Mail by FormToEmail.com</font></td></tr> </table> </form> Link to comment https://forums.phpfreaks.com/topic/91460-unexplained-404-error-please-help/ Share on other sites More sharing options...
aximbigfan Posted February 17, 2008 Share Posted February 17, 2008 Hmm.... Make sure that the filenames are spelled right, and capped right. Chris Link to comment https://forums.phpfreaks.com/topic/91460-unexplained-404-error-please-help/#findComment-468553 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.