Hi, i have bookstore website including an article directory. i want to know how to make a script either in java/php to create rss feed for others website/publisher for having fresh content for them. Just like given below website provides fresh content to other publishers Most Recent Articles from Amazines.com from advertisment category: Most Recent Articles about Advertising
You simply have a script that reads the relevant database for articles and outputs the returned dataset into RSS formated XML. Given there are hundreds of examples for .Net there must be millions for PHP