For years I downloaded a week lineup into a local xml file. I parse the file into an Access DB then have asp webpages do the work I need. I am going to port all this to an Apache website so the asp pages will all be rewritten into php.
My question, what method should I use to run a query on an apache server to download the listings into an xml file on the server? From there I can do what I need to do. This is only used by me but I am away from the house a lot so I want it accessible when I am on the road.
Any advice?
Steve