Quantcast
Channel: Display data from external XML feed on website using PHP - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by David Chase for Display data from external XML feed on website...

You can use php built in function called simplexml_load_string along with file_get_contents.What the two functions do is convert the url xml feed to a string and then create an object stored into...

View Article



Display data from external XML feed on website using PHP

I need to display data from an external XML feed on my site but I have absolutely no idea where to start. What would be the full PHP code to grab the XML feed and print the following elements into my...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images