Advertisment
Join Timothy as he shows you how to process XML with PHP. In this tutorial you will learn the basics of using PHP to interpret XML.
In this tutorial, Timothy shows you how to use XSLT to transform XML documents into HTML documents. Of course, the use of PHP XSLT functions are...
Views: 1017 | | by Donald
PHP - XML and PHP
With version 4.3.0, PHP's DOM extension has now overcome early bugs and troubles to become a useful tool for XML manipulation. This article...
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...
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...
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...
This article, along with source code, explains how to parse XML documents using XSLT (eXtensible Stylesheet Language Transformations). XSLT is a...
Views: 1449 | | by Mathew
PHP - XML and PHP
This tutorial shows how to parse XML documents in PHP. It walks you through a fairly simple application of XML that you can use to implement a news...
This article is intended for the experienced PHP programmer, interested in writing applications using XML. It assumes that you are familiar with...
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...
Runs through the basics of parsing XML files with PHP's Simple API for XML parser, expat. Learn to parse Pixel2Life RSS feeds in this tutorial!
RSS stands for Really Simple Syndication. RSS if a technology for distributing data from one site to another using XML. You can easily decode this...
Unfortunately, PHP 4's XML support was somewhat limited. Some extensions did not prove to be very stable. This changed drastically with PHP 5...
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...
This tutorial helps you understand: PHP Implementations of SOAP; Checking My PHP Installation on Windows; Installing SOAP Library on Windows.
This tutorial helps you understand: What is PHP SOAP Extension? My first example with SOAP Extension; SOAP Extension functions for client...
This tutorial helps you understand: PHP SOAP Extension Functions for Server Applications; HelloServer.php - First SOAP Server Application;...
Learn how to build an RSS file from your database information and write it to a file to automate your feeds.
This article will show how to make a single PHP file which will imitate an RSS Feed, instead of writing to an RSS file each time the database is...
If you run a content driven web site, even a blog, one problem you might find is getting content. A great free source of content is RSS Feeds....