Articles: 843 | Categories: 148   
   
   
 
 
 
 
 
Php >> Articles & Tutorials >> XML
Pull parsing XML in PHP By: Admin

PHP 5 introduced XMLReader, a new class for reading Extensible Markup Language (XML). Discover the XMLReader library, which is bundled wi...02-Apr-2010

Processing XML with PHP By: Admin

PHP provides several functions to process XML-compliant documents by using the expat library. These functions are made available to the p...02-Apr-2010

Programming eBay Web Services By: Admin

This article demonstrates how to use Services_Ebay to search eBay and display results, similar to what an eBay affiliate might write. In ...02-Apr-2010

Retrieving XML With Curl By: Admin

In this tutorial we'll be using curl to retrieve the XML data from a remote web server. We're going to create a class to connect to the r...02-Apr-2010

Work with XML Data By: Admin

One of the incubator projects in the Zend Framework is Zend_Db_Xml. Zend_Db_Xml, also known as the XML Content Store (XCS), allows web ap...02-Apr-2010

XML document construction By: Admin

When working with XML-based applications, developers often find themselves facing the requirement to generate XML-encoded data structures...02-Apr-2010