Jump to content

Extract data from a web form


doc1355

Recommended Posts

There is a web page that is programmed in ASP and has a simple one field form (drop down list) and a submit button.

After you submit the form by selecting an option (over 150 options), it will take you to the result page using the "Post" method. The variable does not show in the result page URL. The result page has table with multiple columns.

What I want is to have ALL the results in one CSV file.

 

Here what I really need in details:

1- Import all tables (one table for each option in the drop-down list) into a CSV file.

2- The content of two columns has codes. Replace all the codes in the table to a separate column.

3- Create an additional column that contains the name of the option on the first page form.

 

I need to have it in a php file so that I can run it via cron job few times a year.

 

How can I obtain this functionality with PHP?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.