starvator Posted June 11, 2009 Share Posted June 11, 2009 Hello! I am trying to create a form in php that submits data to a mysql table. here is the script for my form: <form action="process.php" method="post"> Your Name: <input type="text" name="name"><br> E-mail: <input type="text" name = "email"><br> Expiration: <select name="expiration"> <option value="2009">2009</option> <option value="2010">2010</option> <option value="2011">2011</option> </select><br> <input type="submit" value="Submit"> </form> the red is the drop down menu... can anyone tell me if i created something wrong? THANK YOU! Link to comment https://forums.phpfreaks.com/topic/161882-solved-including-drop-down-menu/ Share on other sites More sharing options...
laPistola Posted June 11, 2009 Share Posted June 11, 2009 Whats your MySQL code? and whats not working? Link to comment https://forums.phpfreaks.com/topic/161882-solved-including-drop-down-menu/#findComment-854129 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.