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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:46:36+00:00 2026-05-18T00:46:36+00:00

Suppose there is a website that has a hierarchical series of option/select drop-downs. When

  • 0

Suppose there is a website that has a hierarchical series of option/select drop-downs. When the user makes a selection from drop-down A, the value of their selections is posted to the server and drop-down B is populated. Drop-down B populates drop-down C in the same fashion. When drop-down C is selected, data is shown particular to their selection in C. Previous selections are preserved along the way, unless they change something higher up in which case everything is reset below that. In HTML it looks like this:

Drop-Down A 
<select class="submitOnChange">
 <option value="a1">A</option>
 <option value="a2" SELECTED>B</option>
 <option value="a3">C</option>
</select>
Drop-Down B
<select class="submitOnChange">
 <option value="b1" SELECTED>B-A</option>
 <option value="b2">B-B</option>
 <option value="b3">B-C</option>
</select>
Drop-Down C
<select class="submitOnChange">
 <option value="c1">B-A-A</option>
 <option value="c2">B-A-B</option>
 <option value="c3" SELECTED>B-A-C</option>
</select>
[Data for B-A-C is shown here because they clicked that]

The script works specifically by sending a POST of all the selected options to itself every time a select changes.

I would like to download all of the data from this web application; that is to say I would like to see the data associated with all possible drop-down C values. What would be the best way to do that? I see that wget is setup to work recursively with links, but seemingly not with forms like this. I’d be interested in the simplest and fastest way for doing this. I know PHP so I’d be open to writing up a script in cURL, however if there’s a simpler solution such as a program out there that does this simply already (wget?) I’d be interested. Any tips or suggestions welcome.

  • 1 1 Answer
  • 1 View
  • 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-18T00:46:37+00:00Added an answer on May 18, 2026 at 12:46 am

    You may use CURL to do that.

    You can use it from command line :

    curl -d "name=Rafael%20Sagula&phone=3320780"                 http://www.where.com/guest.cgi
    

    Source is the CURL manual : http://curl.haxx.se/docs/manual.html

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

Sidebar

Related Questions

Suppose there is a SQL statement: select * from A order by cola In
There is a website called Gild.com that has different coding puzzles/challenges for users to
Suppose, in root.com website's header there are 3 links called A,B and C.If we
Suppose there is an image_url column in database. I want the user to choose
Suppose there is a table A which has a column AccessRights which is multivalued(
Background: Suppose I have a website that is hosted on http://www.example.com and the site
I'm making a theme that has inline CSS as a first website at http://flexibilitytheme.tumblr.com/
Yahoo blocks emails from our website. We've written them to reverse that decision without
Suppose that we have a web site where each person has a profile and
For some reason whenever I go to the page of my website that has

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.