Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2004
    Posts
    57

    RSS --> PHP Help

    Hello,

    Can someone recommend a PHP script that I can use to put RSS feeds on my website? I'm just looking to include the top 5 titles from a Reuters business feed.

    Thanks!

  2. #2
    Join Date
    Apr 2005
    Location
    2nd biggest state
    Posts
    33
    http://www.apptools.com/phptools/xml/rss.php

    Check this site out. There is a zip file to grab and it has the php coded needed to do what your looking for. I have not tried it out yet.

  3. #3
    You're gonna want Magpie RSS Parser.
    Super easy.

    http://magpierss.sourceforge.net/

  4. #4
    One of the big php script communities on the net is phpclasses.org. You can find your RSS class here.
    http://www.ferosoft.com
    Solid and Innovative eSolution for People's Everyday Problems

  5. #5
    Join Date
    Apr 2004
    Posts
    57
    Thanks for the help, got that part working!

    One other question, what URL do I use to get an RSS feed from a WordPress blog? I checked their site and can't seem to find anything...

  6. #6
    Join Date
    Jul 2003
    Location
    Kuwait
    Posts
    5,104
    The easy way to find out about feed is to look for the appropriate <link> tag. For xample, this is from the binary bonsai blog (line breaks mine, to avoid breaking the layout).

    Code:
    <link rel="alternate" type="application/rss+xml"
             title="Binary Bonsai Blog - RSS 2.0"     href="http://binarybonsai.com/feed/" />

  7. #7
    Join Date
    Apr 2004
    Posts
    57
    Got it, thanks for all the help!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •