I am trying to build a web fetch / spidering program to parse out relevant info. I am using a local copy of the posting form to send data to the search script online. I know how to use an fopen to do this by specifying the URL directly, but does anyone have ideas on how to use the local form post to generate the search results page and then how to open the file for parsing? Any help would be much appreciated.