Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

DevArticles:
Making Content Feeds
Oct 29, 2002 @ 13:43:44

Everything old is new again - and that doesn't just go for fashion these days. Even DevArticles is getting into the act, repeating a very popular article from about a year ago - Revisited: Creating an XML Content Feed With PHP. This article was originally published early this year and is one of our most popular articles, republished by popular demand. Have a read and you will see why...

In this reprint, DevArticles steps you through creating something that all those other sites out there can use to publish your content (and bring in more visitors) - an XML content feed. The content can be anything these days - simple news, forum content, even updates to a company new page. They give you the code and a simple database structure for a news site, and show you how to actually create a page that someone can include dynamically in their site to show your headlines. The title on this one seems a bit misleading, since you're not actually making an XML document for someone else to parse and use, but it still can be something helpful for your site if you want others to be able to add it to their site quickly and easily.

tagged:

Link:


Trending Topics: