I found a great article on parsing web pages at the following address: http://phpdeveloper.org/tutout.php?num=4&PHPSESSID=ac9a8bf3028df4d2105f12afa9b05ef3
Unfortunatly I have an additional problem. The directory is password protected using a .htaccess file. I have the user name and password, but I'm not sure how to programatically pass the username and password to the dialog box.
Any Ideas?
Rich
Use lynx to return the page and you can pass the username and pass on the command line for lynx.
I think you can encode the username and password in the url..
Something like http://username:password@www.server.com/
I'm not 100% sure of the syntax.