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 9212177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T01:27:48+00:00 2026-06-18T01:27:48+00:00

Can someone tell me how to populate a dropdown menu with the elements in

  • 0

Can someone tell me how to populate a dropdown menu with the elements in the array and when someone chooses a certain album like say Closing time after submitting the form it will replace with the 2nd element of the array “in voorraad”
I have been trying to search for it I can’t find anywhere.

Array in php form

$album["Closing time"]="in voorraad";
$album["Rumba Azul"]="uit voorraad"; 
$album["Survivor"]="in voorraad";  
$album["Greatest Hits Queen"]="uit voorraad";
$album["3121 Prince"]="in voorraad";

The html part I don’t know how to query the array in

<form action="Albert_verwerken.php" method="post">
<table border=1 cellspacing=0 cellpading=0>  
<tr> <td>Achgternaam:</td> <td><input type="text" name="achternaam"></td></tr>   
<tr> <td>Voornaam:</td> <td><input type="text" name="voornaam"></td></tr>
<tr> <td>Adres:</td> <td><input type="text" name="adres"></td></tr>
<tr> <td>Postcode:</td> <td><input type="text" name="postcode"></td></tr>
<tr> <td>Plaats:</td> <td><select name="plaats">
<option value="">Kies...</option>
<option value="amsterdam">Amsterdam</option>
<option value="rotterdam">Rotterdam</option>
</select></td></tr>
  • 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-06-18T01:27:49+00:00Added an answer on June 18, 2026 at 1:27 am
    foreach($array as $key=>$value){
        $html .= "<option value='$key'>$value</key>";
    }
    
    echo "<select name="process">$html</select>";
    

    where $array is your array.

    ref: http://php.net/manual/en/control-structures.foreach.php


    and following on you can pick this up in processing as follows:

    $p = $_POST; //assuming its post
    
    $value = $p['process'];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone tell me why when I cast a string of say 00332 I
Can some one tell me why the following doesn't populate the dropdown with the
Can someone tell me what I am doing wrong? This is my first time
Can someone tell me how to modify this regex to allow periods in a
can someone tell me what seems to be the issue with this <?php $increment
can someone tell me the order in which a thread starts to execute?. I
Can someone tell me how can I select the Row under the one on
Can someone tell me why I'm getting successCallback is not a function in my
Can someone tell me why this processes all the files and then does it
Can someone tell me how I can make a table be 100% height in

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.