I want to create an RSS feed for a site. I want to put classifieds from Craigslist such as this: http://tucson.craigslist.org/sss/ How do I put that into a page on my site? Is there a way to create an RSS feed? Or how should I do it.
If you scroll to the bottom of the website you listed there is a RSS feed link. (http://tucson.craigslist.org/sss/index.rss) To add it on your site, then use something like PHP. (Here is a tutorial: http://www.paulstimesink.com/post/2004/06/18/parsing_rss_in_php)