Create rss feed using php

Create rss feed using php

Posted by khumlo Freddie in PHP, XML on 09. Dec, 2010 | 0 Comments

In this tutorial, I will explain how to generate xml data from an array. Taking an example of rss feed, which is composed of a channel and a collection of items. Going by the definition ‘RSS (most commonly expanded as Really Simple Syndication) is a family of web feed formats used to publish frequently updated [...]

Convert XML data to array

Convert XML data to array

Posted by khumlo Freddie in PHP, XML on 09. Dec, 2010 | 0 Comments

When your application uses any web services, chances are that you are definitely going to deal with xml. To add the information to your code you need to convert into a variable format which your script can read and execute. So, in this case I will explain how you can use XML data coming from [...]