Possible Duplicate:
Scrape web page contents
How to scrape all content from a website?
I'm trying to scrape some boxscore data from the site covers.com and for the life of me I can't figure out how to do it. I want to get boxscores from a certain date but the page defaults to a viewstate of today's games when I use file_get_html
from the simplehtmldom
package. Any ideas on how to get the url for a certain days games? Thanks in advance!