Jump to content

[SOLVED] Mysql data table help


starvator

Recommended Posts

so far, i have a mysql table that works perfectly, except for one imput.  I am not sure if this is the right place to post though...

 

my code is :

<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>

 

what is in red does not work properly... can you help me please?

 

also: in my msql table, this is what the field is:

expiration  varchar(30)  latin1_general_ci    Yes  NULL

 

thanks to any help/advice

Link to comment
https://forums.phpfreaks.com/topic/161808-solved-mysql-data-table-help/
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.