Ezilon.com - Target Your Audience, be Seen in Your Region

How to make RSS Feed for other publishers

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 4 posts

Joined: Mar 2007

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.

JeevesBond's picture
Moderator

He has: 3,483 posts

Joined: Jun 2002

Usually a Webmaster will use a CMS to contain their content, these automatically generate RSS feeds, which makes life a lot easier. You're probably going to be wasting time if you don't have your content in a CMS. Smiling

Had a look around and found this on hotscripts.com and this article on generating RSS feeds.

a Padded Cell our articles site!

Sponsor

He has: 470 posts

Joined: Sep 2006

Creating a feed from scratch can be a little tricky. I use a template system called TinyButStrong on my websites, and I wrote a post that shows an easy way to create RSS and Atom feeds using this template system.

However you decide to do it, make sure you validate your feed before you go live with it.

Sponsor

He has: 470 posts

Joined: Sep 2006

Hey, I just Stumbled upon a great resource that you can use: PHP Feed Generator

That looks like the best and easiest way to do it.