Re: Automate a search query from a website

2008-03-30 Thread Gunnar Hjalmarsson
JBallinger wrote: I am trying to automate a search query from a website that uses CGI script to process the query. I want my script to post a search query to a website, and then parse the html result from the website back into an output file. Could someone give me some direction on how to do

Automate a search query from a website

2008-03-30 Thread JBallinger
Hi, I am trying to automate a search query from a website that uses CGI script to process the query. I want my script to post a search query to a website, and then parse the html result from the website back into an output file. Could someone give me some direction on how to do this? Where