purbeast0
No Lifer
Sorry I don't really know the exact words for this.
I want to basically run it so that some script on my webserver will check an RSS file and parse it, and then add the information to the database. So if there is a new entry in the RSS file, it'll add it to the database.
I want to just know how I can automate something like this to happen say, every 15 minutes or every 30 minutes or so. Is this something that's even feasable? Is this something I can write in PHP or am I going to have to run some kind of Perl script?
Again I just don't really know where to start with something that will automatically run every interval that I give it. Thanks.
I want to basically run it so that some script on my webserver will check an RSS file and parse it, and then add the information to the database. So if there is a new entry in the RSS file, it'll add it to the database.
I want to just know how I can automate something like this to happen say, every 15 minutes or every 30 minutes or so. Is this something that's even feasable? Is this something I can write in PHP or am I going to have to run some kind of Perl script?
Again I just don't really know where to start with something that will automatically run every interval that I give it. Thanks.