XML Web Services PHP Tutorials

Web services are Open standard (XML, SOAP, etc.) based Web applications that interact with other web applications for the purpose of exchanging data. Learn how to create web services, create a basic XML document structure, use XML with PHP, parse and display content from XML files.
Home » PHP » XML Web Services (42 Tutorials)
PHP Expat Parser
PHP expat Parser is Event Bases Parser. Expat, being an event-based parser, processes your XML document and reports events through callback functions you specify. Here you will learn all about event based parser.
XML Reading PHP DOMDocument Class
DOMParser can be used to parse strings and streams of XML text. XML Reading with DOMDocument, In this Chapter you will Learn How Parse XML Document and store content in Associative Array
Users Authenticate with Facebook Connect
If everybody seems to have a Facebook profile, why not add a one-click user registration? I'll show you how to do that today.
Clean way to call to multiple xmlrpc remote servers
I've got a class library in PHP. This class library is distributed in a several servers and I want to call them synchronously. The class library has a XMLRPC interface with Zend Framework XMLRPC server.
Get info from XML file
I'm going to show you what you can do with SimpleXML in PHP and how to get info from XML file.
Obtain metadata using Amazon Web Services
This is a quick snippet I put together for an academic project. To be able to write this, I had to go through several documentation resources, for what is essentially a single web service method call. I figured it would help if I shared my PHP code.
Xml xpath traversal using simplexml php extension
The SimpleXML php extension provides a very simple and easily usable toolset to convert XML to an object that can be processed with normal property selectors and array iterators.
XML and PHP Simplified
In this article we will continue to look at the create document script, focusing on the HTML portion of the code. Then we will continue to look at the document editor script, which is at the heart of the program.
Yahoo Query Language (YQL)
This free tutorial shows you how to use the YQL web service from PHP.
Create an inbound link count widget with Yahoo
This free tutorial shows you how to count the number of incoming links to a page using PHP and Yahoo Site Explorer.
Display Random Dynamic Content with PHP and XML
Every developer, at one point in time, will run into a situation where they need to display a small amount of dynamic data. Why create a whole database? Enter the magical world of XML. XML is easily manageable by anyone who has ever even dabbled a bit in HTML, so understanding should come easily just by looking at an XML file. PHP has classes already set up to parse XML. Here you\ll learn how to use PHP and XML to randomly generate HTML content.
Retrieving XML With cURL And SimpleXML
This tutorial explains how to use Curl and SimpleXML SimpleXML is a php5 extension used to parse XML data. Topics covered include loading XML documents, parsing nodes & attributes, and filtering data with XPath statements.
XML and PHP Simplified: The DOM
In this article, we will take a further look at the XML functions that are offered by PHP5. At the same time, we will also look at some of the other DOM functions that deal with the Document Object Model.
XML and PHP Simplified
J. Leidago Noabeb simplifies and demystifies the use and application of XML and the DOM.
XML and PHP Simplified - XML,PHP and the Database
J. Leidago Noabeb explores the relationship between XML,PHP and MYSQL including a brief look at the Document Object Model.
XML and PHP Simplified - Formatting XML Documents
Part 3 of this series covers how to format XML documents in web browsers and how to parse or read them using PHP strings and functions.
PHP and XML
In this tutorial we'll go thru the possibilities of an XML manipulation by the PHP. We'll also take a look at explanatory source code of fully working mini RSS feed reader.
Parse RSS/XML with PGP
Learn how to parse a RSS + XML document with PHP.
Introduction to XML and Web Services
The Extensible Markup Language (XML) is a simple, platform-independent standard for describing data within a structured format. XML is not a language but instead a metalanguage that allows you to create markup languages.
Providing Web Services using WDDX
As we've seen in lot of articles and publications, the web of services, is one of the emerging evolutions of the actual document-based web. To make the web a valid media for providing services it would be needed to increase the inter-operability between existing web applications and design new ones with this in mind.
Home » PHP » XML Web Services (42 Tutorials)
 
Subcategories
 
Categories
 
Advertisement