RSS feed drip feed from database

by 1 replies
2
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
#programming #database #drip #feed #rss
  • Yes - the one you make yourself. Shouldn't be to hard with even a little programming knowledge.

Next Topics on Trending Feed

  • 2

    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?