How to create php RSS simulator?

2010-07-16T22:16:07

So I have RSS feed of 10 000 records in file.xml (I collected them from 10 feeds in 1 hour time so there timestamps will not help, btw I used yahoo pipes). I need some class to simulate that records appearing 24 per a day with 1 per hour.

How I see it:

  1. turn file.xml into sql table (if you know a class for this please help)

  2. create timestamps (can any one give a good way for generating timestamps for 10 000 records?)

  3. create class for returning rss (looking at computer clock and returning records from first to now) (could you please provide a way for generating valid RSS from DB?)

So please provide any help if you can.

I use xampp as php apache mysql server holder.

I am going to use it localy in my dev machin (both sides - server and client)

Copyright License:
Author:「」,Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.
Link to:https://stackoverflow.com/questions/3265746/how-to-create-php-rss-simulator

About “How to create php RSS simulator?” questions

So I have RSS feed of 10 000 records in file.xml (I collected them from 10 feeds in 1 hour time so there timestamps will not help, btw I used yahoo pipes). I need some class to simulate that records
i am creating rss reader application with php.it is basicly getting rss url's from user and with php i am creating an rss reader.But i have some problems how to get rss content with php i try to us...
I does not have rss feed for categories so i am trying to create 'rss php' file for new post and posts by categories update so far i did this with help from @jonasdev. <?php define('PAGE', ...
I tried making an RSS feed that loads data from my SQL database. When I run it, either it takes me to the RSS reader on my internet browser and says "no content", or it will return an error: ...
I'm trying to create authentication for my rss require_once "RSS.php"; $rss =& new XML_RSS("http://localhost/rss_server/rssdata.php"); The above url pulls the feed. I want an authentication to
How do i create my custom RSS feed generator with php ? Hopefully i will like to avoid use of any libraries(if possible). Lets say i have a poll website where users create polls. lets say I want...
I'm having some difficulty getting this script to execute properly. The create_rss function does not create the RSS file when the remote function updateStatus is called. <?php define("DB_HOST...
iPhone web app from dashcode RSS feed template works when deployed on simulator but not on an iPhone. The web app is deployed here. If I run the simulator and enter that address, it fetches the rs...
How do I create an RSS feed in ASP.NET? Actualy I want to output like this. Clik on an RSS icon, open the RSS bookmark box and subscribe the user. After that, clik on the RSS feed link, create RSS
Im using the Twitter API to read the Favorites RSS, it generates the following output: http://vl3.co.uk/favs/getfavs.php I'm not sure why this file seems to be incorrect, doesnt come up in my RSS

Copyright License:Reproduced under the CC 4.0 BY-SA copyright license with link to original source & disclaimer.