rockstarrem Posted February 6, 2010 Share Posted February 6, 2010 Hello guys, I made a form and the submit button is not showing up. <form method="post" action="do_news.php"> Date (YYYY-MM-DD): <input type="text" name="date" /><br /> Poster: <input type="text" name="poster" /><br /> Post: <br /> <textarea name="post" cols="100" rows="20" /> <input type="submit" /> </form> Any suggestions? Link to comment https://forums.phpfreaks.com/topic/191153-submit-not-showing-up/ Share on other sites More sharing options...
haku Posted February 6, 2010 Share Posted February 6, 2010 Textareas cannot be self closed. Close that properly, and it should solve your problem. Link to comment https://forums.phpfreaks.com/topic/191153-submit-not-showing-up/#findComment-1007929 Share on other sites More sharing options...
rockstarrem Posted February 9, 2010 Author Share Posted February 9, 2010 Textareas cannot be self closed. Close that properly, and it should solve your problem. Thank you! Link to comment https://forums.phpfreaks.com/topic/191153-submit-not-showing-up/#findComment-1009242 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.