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

  • Home
  • SEARCH
  • 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 3222520
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T16:00:01+00:00 2026-05-17T16:00:01+00:00

I have 1 page that displays a form with various dropdowns that are being

  • 0

I have 1 page that displays a form with various dropdowns that are being populated dynamically.

Snippit

 <td valign="top">
                    <select name="status">
                        <option></option>

                        <?php
                            foreach($statuslst as $status){
                                echo '<option value=' . $status[0] . '>' . $status[1] . '</option>';
                            }
                        ?>
                    </select>
                </td>

I have a 2nd page that also displays this form but also the results from the form. the first form is posting to the 2nd and the 2nd is posting to itself.

I want the items chosen in the first form to be selected when posted to the second form.

Can someone steer me in the right direction here?

Thanks,

Jonesy

  • 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-17T16:00:02+00:00Added an answer on May 17, 2026 at 4:00 pm

    Taken your form is GET type, you could do something like this on the second page:

    <?php
      foreach($statuslst as $status){
        $var = '';
        if($_GET['status'] == $status['0']){$var = ' selected="selected"';}
        echo '<option value="' . $status[0] .'"'. $var .'>' . $status[1] . '</option>';
      }
    ?>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have tab in a web page that loads and displays another page dynamically,
I have a web page that displays a long line graph inside a div
I have a php page that displays rows from a mysql db as a
I have a simple cart page that displays items that are in someones cart,
I have a customer index page that displays customer lists. I have a search
I have an ASP.NET web page that displays a variety of fields that need
I have a ListView on a page that displays a list of widgets. When
I'd like to have a page in php that normally displays information based on
I have a base page, BasePage, that raises an event that displays messages to
I've set up a page that displays server logs and added a filter form

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.