Results 1 to 2 of 2

Thread: Making a feed checker

  1. #1
    arnab321 Guest

    Question Making a feed checker

    im planning to make a feed checker as a server side application. it would check for new feeds in a specified interval and mail the new feeds to an email address. but it needs to check in a regular interval WITHOUT any external intervention. is it possible?

  2. #2
    Join Date
    Dec 2004
    Posts
    2,788
    Yep. You need to run a chron script. It will run on the server at whatever time(s) you tell it to and do what you tell it to do.

Similar Threads

  1. Help with RSS feed not displaying "author"
    By GreatDebateUSA in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 14 Dec 2009, 01:06 PM

Posting Permissions

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