Jump to content

[SOLVED] including drop down menu


starvator

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.