RSS feed drip feed from database

1 replies
I have a big database which generates several thousand pages, but I was wanting to generate an RSS feed that features "page of the week", from that data.

What my question is, does anyone know of a script that steps through a database on a cron job / in a time period to display a fresh feed back to my main database?

I am coding in PHP.

Thanks heaps!
Jay
#database #drip #feed #rss
  • Profile picture of the author stma
    Originally Posted by JayBest View Post

    I have a big database which generates several thousand pages, but I was wanting to generate an RSS feed that features "page of the week", from that data.

    What my question is, does anyone know of a script that steps through a database on a cron job / in a time period to display a fresh feed back to my main database?

    I am coding in PHP.

    Thanks heaps!
    Jay
    Yes - the one you make yourself. Shouldn't be to hard with even a little programming knowledge.
    {{ DiscussionBoard.errors[3854725].message }}

Trending Topics