Hi
Is there any way in php to make a page run every x minutes?
Say i have a parse.php which rips the headlines off CNN, I dont want to have to parse CNN main page every time a user requests my page, but preferrably for it to be parsed on the hour every hour and stored in a DB..
Probably not a good description but does anyone have any idea how I can do this?
Thanks in advance..