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! Quote 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? Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.