Jump to content

Help With Drop Down Menus


ladieballer2004

Recommended Posts

I have a field in my form that asks the user what Grade he or she is in but i don understand how to pass that answer into my database. Can anyone help?

<form action="insert.php" method="POST">
  <select name="Class" id="Class" onchange="MM_jumpMenu('parent',this,0)">
    <option>Select</option>
    <option>Freshman</option>
    <option>Sophomore</option>
    <option>Junior</option>
    <option>Senior</option>
    <option>item1</option>
  </select>
</form>

Link to comment
https://forums.phpfreaks.com/topic/171805-help-with-drop-down-menus/
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.