I need a php script created where I can input a domain name and then the script will copy all of the cached results for that domain (i.e. the individual cached pages found when searching for site:domainname.com).
The script should then store that information in a mysql database with a field for the URL that was cached and another field for the HTML content from that cached page.
