runbrun Posted May 29, 2009 Share Posted May 29, 2009 hi, i am current working on a project. a part of it is to check for new posts from the provided rss feeds. its like it keeps checking for if a new feed is available since the last one. im quite confused on this and have no idea on how to accomplish it. any help will be appreciated. Quote Link to comment Share on other sites More sharing options...
Axeia Posted May 29, 2009 Share Posted May 29, 2009 You'll more or less need to use a cron job for something like RSS feeds as PHP can't pause processing for too long without getting a timeout, guessing you got some kind of loop atm? http://www.sitepoint.com/article/introducing-cron/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.