Home

Submit

Source

Feeds
Tutorials » PHP » XML Web Services

PHP XML Web Services 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.

PHP XML Web Services
Parse RSS/XML with PGP
PHP / XML Web Services
Learn how to parse a RSS + XML document with PHP.

Site: rmb-scripting.com Report - View Tutorial

PHP XML Web Services
Introduction to XML and Web Services
PHP / XML 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.

Site: nicetutz.blogspot.com Report - View Tutorial

PHP XML Web Services
Providing Web Services using WDDX
PHP / XML Web Services
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.

Site: www.zez.org Report - View Tutorial

PHP XML Web Services
Parsing XML using PHP
PHP / XML Web Services
Parsing XML is a very common task when programming for the web. This article will show you how to use the eZ xml parser to handle XML documents.

Site: www.zez.org Report - View Tutorial

PHP XML Web Services
What is SOAP?
PHP / XML Web Services
What is SOAP: Simple Object Access Protocol Introduction As stated in the W3C Document: SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment.

Site: www.webdesign.org Report - View Tutorial

PHP XML Web Services
Spell Checker with the Google Web API
PHP / XML Web Services
In this tutorial you will learn the basics of the Google Web API, and create your own spell checker!

Site: www.webdesign.org Report - View Tutorial

PHP XML Web Services
Using SOAP in PHP
PHP / XML Web Services
Implementing webservice servers and clients using SOAP and PHP. This paper has examples and explanations regarding implimenting effective webservices.

Site: www.webdesign.org Report - View Tutorial

PHP XML Web Services
How to read XML using PHP DOM
PHP / XML Web Services
This tutorial will demonstrate the use of DOM extension in PHP to read contents of a XML file.

Site: www.geekpedia.com Report - View Tutorial

PHP XML Web Services
Using The Google Web APIs With PHP
PHP / XML Web Services
This tutorial will show you how to Using The Google Web APIs With PHP .

Site: www.devshed.com Report - View Tutorial

PHP XML Web Services
XML processing with PHP
PHP / XML Web Services
XML is Extensible Markup Language. It is a markup language - much like HTML - and was designed to describe data. XML uses tags but these tags are not predefined as in HTML. In XML you define your own tags. All XML documents have 3 types of components: Elements, attributes and data.

Site: www.phptoys.com Report - View Tutorial

PHP XML Web Services
Generating RSS Feeds on the Fly With PHP
PHP / XML Web Services
This article serves to augment the previous article. Instead of writing to a file to make an RSS feed, php code is included that makes the output of RSS without writing to a separate file.

Site: www.shadow-fox.net Report - View Tutorial

PHP XML Web Services
SOAP PHP Implementations
PHP / XML Web Services
This tutorial describes: * PHP Implementations of SOAP. * Checking My PHP Installation on Windows. * Installing SOAP Library on Windows.

Site: www.herongyang.com Report - View Tutorial

PHP XML Web Services
PHP SOAP Extension
PHP / XML Web Services
This tutorial describes: * What is PHP SOAP Extension? * My first example with SOAP Extension. * SOAP Extension functions for client applications. * How to dump detailed information for debugging. * A WSDL document example. * How use SOAP Extension in non-WSDL mode.

Site: www.herongyang.com Report - View Tutorial

PHP XML Web Services
PHP SOAP Extension for Server Applications
PHP / XML Web Services
This tutorial describes: * PHP SOAP Extension Functions for Server Applications * HelloServer.php - First SOAP Server Application * HelloServer12.php - SOAP 1.2 Server Application * HelloServerWsdl.php - SOAP 1.2 Server Application in WSDL Mode.

Site: www.herongyang.com Report - View Tutorial

PHP XML Web Services
Using XML and JSP together
PHP / XML Web Services
Unfortunately, PHP 4's XML support was somewhat limited. Some extensions did not prove to be very stable. This changed drastically with PHP 5 and a revamped XML support. Therefore, the main focus of this chapter is on PHP 4. In PHP 5.1, some new features will be added that are already covered in this chapter.

Site: www.brainbell.com Report - View Tutorial

Random Tutorials
PHP Security
Security flaws in PHP
PHP / Security
When developing web applications in PHP (or any other languages for that matter) there are several security aspects we should consider. In this article I'll try to explain some of the most common security flaws, and show simple ways to secure your site.

Site: www.zez.org Report - View Tutorial

PHP Databases
Building a Database-Driven Web Site Using PHP and MySQL
PHP / Databases
This ten part series of articles will teach you everything you'll need to build a database-driven Web site from the ground up. Main topics include: Installation, Getting Started with MySQL, Getting Started with PHP, Using PHP to access a MySQL database, Relational Database Design, A Content Management System, Content Formatting and Submission, MySQL Administration, Advanced SQL, and Advanced PHP.

Site: www.sitepoint.com Report - View Tutorial

PHP General Development
Building multiple conditional statements in PHP
PHP / General Development
After building a condition, based on the result, PHP will alow you to chose what action to take.The condition itself can be anything you need or chose and you can build (combined) multiple conditions to get the thing working the way you want it.

Site: www.roscripts.com Report - View Tutorial

PHP Emailing
Email, Virtual Domains Solution
PHP / Emailing
Developing a solution for serving multiple domains on a single e-mail server can prove to be a challenge. I hope this can help those of you who are having trouble coming up with a good solution.

Site: www.webdesign.org Report - View Tutorial

PHP File Operations
FTP Upload via cURL
PHP / File Operations
Upload a file to a FTP server using cURL.

Site: www.web-development-blog.com Report - View Tutorial

 
Site Search

 
PHP »
 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement