XML & PHP
How to Read RSS Feeds Using PHP and MagpieRSS
MagpieRSS is a PHP library that can be used read various type of RSS Feeds. In this simple tutorial, I'll provide 2 example to read rss feeds from other website. The first example is to read the latest news from reuters website and the second example it to read weather information from MSN weather.
Reviews0
PriceFree
Views1692
Making XML/XSLT driven site using PHP
This article contains an example of simple php "xslt engine" for XML driven web-sites which implements caching techniques and Apache-based XML file processing.
Reviews0
PriceFree
Views1741
XML processing with PHP
This tutorial shows you with code examples how to process an XML datasource with PHP.
Reviews0
PriceFree
Views5710
Making a Custom RSS Feed with PHP
This tutorial discusses how to create an RSS feed from a database blog.
Reviews0
PriceFree
Views3331
Generate RSS Feeds
As RSS and XML are becoming increasingly popular, you may find yourself needing a script to generate RSS feeds. This tutorial guides you through the process and pitfalls.
Reviews0
PriceFree
Views4706
Parsing XML With PHP
This article shows how to write a simple PHP script that parses the RSS file, extracts the pertinent information, formats it, and serves it up as regular HTML. This script can also be added to any PHP file. Source code available for download.
Reviews0
PriceFree
Views8347
The web of services: using XML_RPC from PHP
posted bylrargerichinXML & PHP
This 7-page article discusses how to make the web of services interact with one another using XML_RPC and PHP. Describes how to build a simple XML_RPC client and server to create a basic messaging system.
Reviews0
PriceFree
Views2553
DOM XML: An Alternative to Expat
This six-page tutorial explains how to parse xml using DOM, an alternative to the popular Expat. Covers the objects used in DOM extensively, and offers a few simple and long examples.
Reviews0
PriceFree
Views3554
Transforming XML with XSL using Sablotron
This article, along with source code, explains how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a language for transforming XML documents into other XML documents or HTML documents. It does not discuss XML, XSL or XSLT syntax, but rather focuses on how to transform XML documents with XSLT using the Sablotron XSLT processor. Source code available for download.
Reviews0
PriceFree
Views3829
Backends Sharing Data
What if you could script remote procedure calls between web sites as easily as you can between programs? This tutorial shows how it can be done in PHP.
Reviews0
PriceFree
Views3042