Hi,
I'm very new to php and trying to find out the best method of making a copy of an external xml file.
i've looked at copy(), and fopen() and can't quite work out how to use them.
It's for a small application i've built in flash, that needs to read an RSS file from the local server.
I don't need php to parse the xml, just make an extact copy of the file that is on another site, onto my site.
can this be done?
If it can could you give me an example?
Thanks in advance for any help
Andrew