Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPBuilder.com:
Reading RSS feeds in PHP: Part 1
Dec 13, 2006 @ 17:46:00

In a new tutorial over on PHPBuilder.com today, they demonstrate how to create and work with one of the most popular data exchange formats on the web today - RSS.

Recently I was looking for an RSS aggregator. I was having surprising difficulty finding one that did exactly what I wanted. [...] I began seriously considering writing my own. This month, I show you how to create a basic RSS reader yourself.

He gives a simple primer to what RSS is and what it looks like (explaining the XML spec) and includes an example of what a simple document looks like. He uses the older XML functionality in PHP (expat) to do the parsing and includes to code that he uses to get the job done.

tagged: rss feed read aggregate expat xml parse tutorial part1 rss feed read aggregate expat xml parse tutorial part1

Link:

PHPBuilder.com:
Reading RSS feeds in PHP: Part 1
Dec 13, 2006 @ 17:46:00

In a new tutorial over on PHPBuilder.com today, they demonstrate how to create and work with one of the most popular data exchange formats on the web today - RSS.

Recently I was looking for an RSS aggregator. I was having surprising difficulty finding one that did exactly what I wanted. [...] I began seriously considering writing my own. This month, I show you how to create a basic RSS reader yourself.

He gives a simple primer to what RSS is and what it looks like (explaining the XML spec) and includes an example of what a simple document looks like. He uses the older XML functionality in PHP (expat) to do the parsing and includes to code that he uses to get the job done.

tagged: rss feed read aggregate expat xml parse tutorial part1 rss feed read aggregate expat xml parse tutorial part1

Link:


Trending Topics: