My Goal:
I'm using Curl to pull data from 5 different websites and posting to text files.
What I would like to do now is use php to parse a specific area of that text file, and put it into a mysql database.
More specifically, when I use Curl it gives me the entire web page source code into a text file, from that I would like to pull only 1 table out and drop it's fields into mysql so I can pull it out via another file for inclusion on my site.
Not pirating or anything - just compiling mortage rates from banks and wanting to display it in a logical side by side fashion.
Am at the point now where I have the Curl output text file, but not sure what to do with it =).
Can anyone offer suggetion on where to go next?
Regards,
Ryan