markdigerati
Junior Member
- Nov 21, 2007
- 113
- 34
I just posted this to help some guy with an imdb scraper.
If it helps, I've just published a PHP/cURL class that allows you to scrape web pages and pull out specific information within tags (i.e. <title> <a href>) and store them.
It's pretty much the basis for any scraper. If anyone has improvements, let me know. I don't claim to be an elite coder - so there might be a way to make it more efficient.
Anyway, for those who need it: PHP/cURL Scraper
If it helps, I've just published a PHP/cURL class that allows you to scrape web pages and pull out specific information within tags (i.e. <title> <a href>) and store them.
It's pretty much the basis for any scraper. If anyone has improvements, let me know. I don't claim to be an elite coder - so there might be a way to make it more efficient.
Anyway, for those who need it: PHP/cURL Scraper