Author: SSWUG Research

Community

Convert XML to JSON in PHP

(Senthil Velayudham, Edward J Pring and John Morar) With the growing popularity of Web 2.0, a new data interchange format called JavaScript Object Notation (JSON) is emerging as a useful way to represent data in the business logic running on browsers. Learn how PHP-based server programs can convert

Community

Quick Guide To Creating RSS Feeds

(Steven Holzner) This chapter is all about creating your own RSS feeds by using RSS creation applications. With RSS creators like NewzAlert Composer, for example, all you have to do is enter the data for your new feed and you’re set. When you’re finished creating your feed, you can also publish it a

Community

Dynamic XML with PHP

(Ben Robinson) In this article I will show how to generate dynamic XML documents with Object-Oriented PHP. Before I get started, let’s get right to the heart of this functionality. Although the code may look fancy, being packaged up inside objects and inheritance, the key elements of this functional