Jump to content

Help saving infomation from a dropdown menu


Rifts

Recommended Posts

Put "yes" and "no" in the option-tag values:

 

Example:

<select name="menu">

<option value="yes">Yes</option>

<option value="no">No</option>

</select>

 

And then Insert that value (using an SQL-INSERT query) into your database in a VARCHAR-type field.

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.