|
|
| XML [+] Favor-It | |
| |
 |
| | Sort By:
|
These days, XML has become part of landscape in most all areas of software development -- none more so than on the Web. This tutorial will explain combining XML and PHP together.
Author: Harry Fuecks Code: PHP 4.0 |
The concepts behind Web Services are remarkably simple, and in this article we'll be taking a deeper look at what's involved. Then, with a little help from our good friend PHP, we'll set up our first Web Service. Author: Harry Fuecks Code: PHP 4.0 |
This tutorial is a continuation of the previous XML tutorial I have written. Because I have already written some background information (very little) I will not add that into this tutorial in order to save space and time. Author: Jubba Code: PHP 4.0 |
|  | |
If you are looking at this tutorial then you probably have a good idea in your head about what XML is and what you can do with it. However, for those of you that stumbled across this tutorial on accident and are interested in learning more, Ill explain. Author: Jubba Code: PHP 4.0 |
To effectively parse and manipulate XML documents, these functions need to be able to get at and work with the names and value of the elements and attributes, as well as the many other types of XML document components. Author: TopXML Code: PHP 4.0 |
You need to learn how to read and write XML in PHP, which you can do in many ways. This article provides a short primer on XML, then explains how to read and write XML in PHP.
Author: Jack Herrington Code: PHP 4.0 |
Nowhere is this more true than with XML-related topics, where PHP 5 has a completely different way of working with XML. In this article, we’ll be looking at one way to build and parse an XML tree using the new methods in PHP 5.
Author: Mark Fenoglio Code: PHP 4.0 |
|  | |
One of the many benefits of Really Simple Syndication or RSS is the promise of a constant stream of fresh and updated content to your website. This tutorial is going to walk you through the process of using RSS with PHP. Author: John Holifield Code: PHP 4.0 |
This PHP extension implements support for James Clark's expat in PHP. This toolkit lets you parse, but not validate, XML documents. It supports three source character encodings also provided by PHP: US-ASCII, ISO-8859-1 and UTF-8. UTF-16 is not supported. Author: php.net Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|