php - Load xml gzipped from external link -


I need to load jeeped XML from an external link, but I do not know how to do this. Now I am loading this XML file on my server and then I convert the XML address into a variable every 3 days.

The code I am now using to load XML is:

$ xmlFile = New SimpleXMlelement ('xml / abcd_201407281213_12074_28203833.xml', 0, true );

I found a link to download XML files from their server:

  http://nameofthewebsite.com/folder/28203833C78648187 Xml? Ticket = BA57F0D9FF910FE4DB517F4EC1A275A2 & amp; GZipCompress = yes  

Can someone help me?


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -