Parsing A RSS Feed With PHP Using SimpleXML
XML is used for all types of thing, one of the most commonly known is for RSS feeds. Using PHP & SimpleXML you can parse that feed or any XML file to grab the data and manipulate it however you want. Here’s how it’s done.
Read more
Recent Comments