Screen Scraping (getting content from another site)
Posted: Tue Aug 05, 2003 10:50 am
I've been looking around for how to do this in php. There is a site which has a cgi script that prints out an html page with data from a database based on a query string. I want to be able to specify get_content_from($url) which returns a string or something which I can parse to find the specific data "scraped" from that site. I know this can be done in asp.net, but i'm going to run this on a apache linux server, and i'd much rather code in php anyway
.
Thanks.
Thanks.