Scooby08 Posted December 19, 2009 Share Posted December 19, 2009 Could anybody point me into the right direction as to how I could grab an xml feed and save it to my server every minute or so?? Maybe some sort of caching could be done?? Am not sure? I'm open to all suggestions.. Quote Link to comment https://forums.phpfreaks.com/topic/185675-how-to-cache-an-xml-file/ Share on other sites More sharing options...
premiso Posted December 19, 2009 Share Posted December 19, 2009 You will want to look into CRON jobs for Linux or Schedule Tasks for Windows, and basically use those to call a php script that fetches the XML feed and save it to your server every 1 minute. Look into that for your answer. Quote Link to comment https://forums.phpfreaks.com/topic/185675-how-to-cache-an-xml-file/#findComment-980439 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.