Screen Scraping your Way into RSS
By Dennis Pallett2005-05-26
Introduction
If you still want to be able to check those websites in your favourite aggregator, you need to create your own RSS feed for those websites. This can be done automatically with PHP, using a method called screen scrapping. Screen scrapping is usually frowned upon, as it's mostly used to steal content from other websites.
I personally believe that in this case, to automatically generate a RSS feed, screen scrapping is not a bad thing. Now, on to the code!
Tutorial pages:
|
|
|||||||||
You might also want to check these out:
|
Leave a Comment on "Screen Scraping your Way into RSS"
You must be logged in to post a comment.
Link to This Tutorial Page!

