Categories
Tags → Magpierss

How-to: Convert a RSS feed to JSON in PHP

Here are a quick set of directions to build your own RSS to JSON proxy using only PHP. You need to download and install two libraries, MagpieRSS for RSS and JSON-PHP for JSON. With these two libraries you can easily create a simple proxy to suit your...
DETAILS

Displaying an RSS Feed on Your Website Using PHP and MagpieRSS

This tutorial shows you By using RSS and the MagpieRSS toolkit, you can import data from another web site or news source and display that information on your own site.
DETAILS

MagpieRSS

MagpieRSS is an RSS parser that uses PHP''s built in XML parser, for better support and flexibility. Supports all version of RSS, including namespaces and RSS 1.0 modules. Has a simple to use functional interface, and integrated cache system. ...
DETAILS
©2003-2019 jCay.com