Jump to content

Save remore xml to file


graham23s

Recommended Posts

Hi Guys,

 

I can dump out the data from a remote xml file, but i was wondering what would be the best way to save the data to a data.xml file.

 

code:

 

$request = simplexml_load_file("https://site.com/feeds/xml_feed_1.0.php?wm_id=8344&site_id=8030&tracking_id=8030");

 

the data is returned ok i just need to save the returned data to a file.

 

thanks for any help guys

 

Graham

Link to comment
https://forums.phpfreaks.com/topic/183330-save-remore-xml-to-file/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.