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
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