Is there any way to have a php script go through an imported html file and get data from it?
what id like to do, is have an html uploaded ( i got that down) and then it be read by a php script, torn down and get info from it. its a race standings html report. it basically has a bunch of tables and data, and i want to extract teh data from it and add it to a database.
here is an example. i just want the information under " Session: Race"
http://www.calrace.com/2006num/exports/crosupertruckshomestead.html
thanks for the help thus far.