Hello,
I am calling few contents from my blog to my website, however when user goes to my website, every-time he use to come to my website the contents of the blogs are fetched and then get displayed. Which slow down the website performance.
Now i am calling my blog content to an external file which is fetching the content from my blog and storing it. And i call my content from that file to get displayed on my website.
My question is: **I want my external file (Which is storing the data in it) to automatically check for updates after every 12 hrs or say 24 hrs and save the content**, so that i don't need to manually run the script to update the content.
I am using PHP, so if you can help me doing this using PHP, it will be great. Thanks.