Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7411037
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:19:29+00:00 2026-05-29T06:19:29+00:00

I’ve been looking around on SO and I don’t -think- this is something that’s

  • 0

I’ve been looking around on SO and I don’t -think- this is something that’s up here, either that or it’s something I’ve missed. If so, please point me there and I’ll simply mark this question as answered.

I have a completely working PHP form where my users input information into input boxes and there’s a button at the bottom that submits the information to the MySQL database, so that part works perfectly. What I’m trying to do now is this: have 2 drop down menu’s, each one with a static list of choices and I’d like those choices to also get sent to the database.

For instance, currently in my form I have First Name (frame) and Last Name (lname) that the user can input and then if I query the database it spits out First Name and Last Name perfectly. So now I’d like to add to my form a drop down box where the user can pick, for example, Boy or Girl, and then after doing that click the submit button that’s already there (I don’t want the drop-down to submit the data, and I don’t want the drop-down to be populated from the database.)

I’m guessing I need to use Javascript for this part? But I really don’t know.

Any advice would be appreciated.

    <html>
    <head>
    <title>MyForm</title>
    </head>
    <body>
    <form id="form" name="form" action="" method="post">
        <Label>First Name/Organization</label>
        <input type="text" name="firstname" value="<?php echo $firstname; ?>"/>
        <input type="submit" name="submit" value="Add entry">
    </form>
    </body>
</html>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T06:19:30+00:00Added an answer on May 29, 2026 at 6:19 am

    So, as part of the same form, you simply treat it just like the input boxes. Here’s an example:

    If the dropdown is named:

    <select name="gender">
        <option value="boy">Boy</option>
        <option value="girl">Girl</option>
    </select>
    

    Then in your php, you would simply get the value for gender:

    $gender = $_POST["gender"];
    

    And add to your SQL statement where you are saving the first/last name the additional field and value for gender.

    Of course, you would have to first modify the table to have the column for gender….

    Hope that helps!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have a jquery bug and I've been looking for hours now, I can't
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,
I've got a string that has curly quotes in it. I'd like to replace
I am doing a simple coin flipping experiment for class that involves flipping a
I have this code to decode numeric html entities to the UTF8 equivalent character.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.