I need to retrieve a file from an FTP site, and store it on my server to be able to load and parse it with javascript. It's a dynamic file, so I need this to happen when it's requested, or at given intervals, so that the XML is always up to date.
I'm not experienced with PHP, so don't hesitate to dumb it down for me--or feel free to offer other suggestions.
Thanks in advance!