I need to write a program that runs from a web server, logs into a site that uses .htaccess on a secure server, pass a string to the script on the secure server, spider all the results of the string then input all the results into a MySQL database.
Is there a way for php to log into a web site that uses .htaccess?
Is there a way to write a spider that will spider the results and populate the results into a MySQL database?
Greg