hi all
i would like to know if anyone knows how i can parse a html table from a website and then throw the columns into an array and put them into a mysql database. we need to be able to pull live golf scores from http://www.pgatour.com/scoring/pgatour/ and put the results into a db so that we dont have an fopen query going out to the pga site everytime someone opens our front page and also for speed of course.
i have managed to grab the table no problems via fopen and display it on a page but can't figure out how to parse it into a mysql db.
we would need the something that checked the page for new data every five minutes so the scores were up to date and as the box is at an ISP we could not run a cron job.
thanks in advance
jason