simpleXML PHP tutorial learn to parse any XML files and RSS feeds
Adam Khoury Adam Khoury
191K subscribers
84,982 views
727

 Published On Apr 1, 2012

Code: https://www.adamkhoury.com/PHP/video/...
Learn to parse any XML based feeds or data using PHP and a for loop. You can target any popular website RSS and rip data straight from their feeds using minimal code that is very easy to understand. We use the simplexml_load_file() function to make an XML object out of the XML file online. An XML object that can then be parsed easily enough with a PHP for loop. The simplexml_load_file() function is part of the simpleXML extension of PHP.

show more

Share/Embed