I am trying to extract the information provided here. I want to be able to pull all of the most current information (November 2008). Any help on how I can do this would be greatly appreciated.
You could also use CURL which is more favored by most PHP monkeys. But crivion is right, you need to fetch the page content, then use a regex command to pull out the specific data you want. Lookup preg_match() on php.net.