Hello, i want download a xml file every week from a external server, and keep updated that xml file in my own server, the xml is a list of songs, so the script will take the xml from the own server reducing the loading time. Somebody how can i do this? NOTE: i dont want execute the xml, only download to my server every x time.
Simple... Just write a script that does exactly that when you call it from your browser then add the cron job - that can be tricky depending on the admin system and we'd need to know more, sometimes it takes a bit of playing around to get it right.