Screen Scraper Php Function

Given a URL for a specific website,

I need a PHP function that will scrape the screen and put certain information into variables. For testing, it can just display all the variables on a blank page.

The page format can change often so it is important that the function be flexible and error tolerant.

Here is a sample url:

Here is a diagram of the info that needs to be extracted:
http://174.132.166.253/~sharedgr/GeneralGraphics/2012-01-01_1156.png…

Leave a Reply

Your email address will not be published. Required fields are marked *