Results 1 to 7 of 7

Thread: Php Rss?

  1. #1
    Join Date
    Jan 2006
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Php Rss?

    Hey there, I have no idea really how to use rss but a bunch of my friends want me to make an RSS feed of our website. Currently I use PHP and mySQL to display content on pages of the site but how would I go about connecting an RSS feed to mySQL database?

    AND is it even possible hah.

    Thanks so much
    - Kevin

  2. #2
    Join Date
    Nov 2006
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    start by looking at the rss 2.0 spec and then write a script that will produce a feed.

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Link?

    Sounds interesting.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    Nov 2006
    Posts
    34
    Thanks
    0
    Thanked 0 Times in 0 Posts

  5. #5
    Join Date
    Jan 2006
    Posts
    29
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default

    awesome, thanks so much guys

  6. #6
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Ah, good link.

    Busy at the moment, but I'll definitely look into that.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  7. #7
    Join Date
    Nov 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Publishing RSS Feeds in PHP/MySQL

    The RSS 2.0 specification has moved. The current version is here:

    http://www.rssboard.org/rss-specification

    I wrote an article and PHP code a couple years ago on creating RSS feeds from a MySQL database. It should help get you started:

    http://www.cadenhead.org/workbench/s...ta-in-rss.html

Bookmarks

Posting Permissions

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