View Single Post
  #4  
Old 13th April 2011, 06:37 PM
jazzy jazzy is offline
Member
 
Join Date: Nov 2010
Posts: 49
Default

As Wesmip says, this is a job for a database, and you'll need to code a routine to extract the relevant data.

Another way to do it (possibly less work in the long run?) would be to have a script to automagically download the pages from racingandsports and extract the data from the html. Python (http://www.python.org) is brilliant for this sort of thing.

Cheers
Reply With Quote