How to parse XML with PHP5

Feeds are streams of content that people can use to share pieces of information across websites. PHP5’s simpleXML functions dramatically simplify the process of interpreting the feeds into something useful for your web pages. I recently worked on a widget … Continue reading How to parse XML with PHP5