RSS using PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
forum.samir
Forum Newbie
Posts: 7
Joined: Sat Aug 11, 2007 12:55 pm

RSS using PHP

Post by forum.samir »

Hi, I am new in RSS. My client wants RSS in his site. Could anyone help , what is it and how can i develop it using php?
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Post by kaszu »

RSS is a specific XML. More info: http://cyber.law.harvard.edu/rss/rss.html
Just have a look at rss.php?f=1 (view source) and it should be clear. If something unclear, just ask.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Re: RSS using PHP

Post by superdezign »

forum.samir wrote:Hi, I am new in RSS. My client wants RSS in his site. Could anyone help , what is it and how can i develop it using php?
Make sure that they actually have content that is organized enough to need RSS. A lot of clients seem to want it just to have it, not knowing much about what it is themselves. They tend to like buzzwords. :P
forum.samir
Forum Newbie
Posts: 7
Joined: Sat Aug 11, 2007 12:55 pm

Post by forum.samir »

thanks for your reply
Post Reply