|
|
| XML [+] Favor-It | |
| |
 |
| | Sort By:
|
This chapter describes: PHP Implementations of SOAP. Checking My PHP Installation on Windows and installing SOAP Library on Windows. If you search the Web with the key words "PHP Implementation of SOAP", you will find two popular implementations. Author: Dr. Herong Yang Code: PHP 4.0 |
PHP 5 introduced XMLReader, a new class for reading Extensible Markup Language (XML). Discover the XMLReader library, which is bundled with PHP 5 and enables PHP pages to process XML documents in an efficient streaming mode.
Author: Elliotte Rusty Harold Code: PHP 5.0 |
By handling mime-types and using browser detection, CodeHelp has already shown how to export XML using a PHP script. PHP can also receive XML as input - using the XML parser.
Author: Neil Williams Code: PHP 4.0 |
|  | |
I wrote a simple function that makes it pretty easy to retrieve stories. Just copy this function to your own script and call it, specifying the topic you want it to read. The function returns the parsed XML object. Author: George J Code: PHP 4.0 |
Learn how to build an Asynchronous JavaScript and XML (Ajax) Really Simple Syndication (RSS) reader, as well as a Web component that you can place on any Web site to look at the articles in the RSS feeds. Author: Jack D Herrington Code: PHP 4.0 |
PHP provides several functions to process XML-compliant documents by using the expat library. These functions are made available to the programmer if PHP has been compiled with expat. Author: Timothy Boronczyk Code: PHP 4.0 |
parser. The parser is sufficient for extracting information from an XML document and manipulating it in a simple event based manner. In this tutorial, you will learn how to transform XML using XSLT and PHP. Author: Timothy Boronczyk Code: PHP 4.0 |
|  | |
Today we will build a Web Service using SOAP. In doing so, I hope that you will become familiar with the technology so that you can start incorporating it into your future applications. Author: Matt Wade Code: PHP 4.0 |
Easy RSS Feeds explains how to create really simple syndication feeds for posting news on your site with PHP. This tutorial is built around the assumption that you are using a single table with a certain structure layout. Author: d2all.net Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|