Home

Submit

Source

Feeds

Home » PHP » XML Web Services ::

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.
Related Tutorials
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 Getting Started
Herong's Tutorial Notes on PHP
PHP / Getting Started
This free book is an excellent tutorial book for beginners. It is a collection of notes and sample codes written by the author while he was learning PHP himself. Topics include Command Line Interface (CLI), array, CGI, cookie, database, HTTP, IIS, image files, loop, mail, MySQL, PHP, request, session, SMTP, SOAP, SOAP Extension, SQL, WSDL.

Site: www.herongyang.com 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
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 Miscellaneous
PHP & Java
PHP / Miscellaneous
The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all available Java classes. To show you the basics of the Java extension, this article will cover installation and a few code examples of using PHP and Java together.

Site: www.phpbuilder.com 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 Miscellaneous
Interfacing with Java from PHP
PHP / Miscellaneous
PHP4 ext/java provides a simple and effective means for creating and invoking methods on Java objects from PHP. This article will give you a quick tutorial on how to use the PHP Java extension.

Site: www.zez.org Report - View Tutorial

PHP PEAR
Introduction to PEAR
PHP / PEAR
The PHP Extension and Application Repository (PEAR) brings this philosophy to PHP.Among other things, PEAR is a collection of reusable, open source code for use in PHP applications. The code is organized as a selection of files that act as wrappers giving convenient access to various PHP functions or extend PHP in some way. The files, collectively known as a "package," are easily obtained using the PEAR Package Manager.

Site: codewalkers.com Report - View Tutorial

PHP Miscellaneous
Making your first PHP page
PHP / Miscellaneous
Creating a PHP page is very similar to creating an HTML page. There are two main differences between an HTML page and a PHP page, your PHP page will need to have a .php extension instead of .html, and you will use PHP code in your PHP page.

Site: marek.litomisky.com 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 File Operations
PHP Form Image Upload
PHP / File Operations
This tutorial shows you how to upload an image on your server using PHP and html forms. You will also learn how to verify if the uploaded file is an image (checking the extension), if it doesn't overtakes a size limit and how to change the uploaded file name.

Site: www.reconn.us Report - View Tutorial

PHP XML Web Services
PHP and DOM: The Way of the Widget
PHP / XML Web Services
This article looks at the DOM extension and how it can be used to read and generate XML, providing new solutions for web page generation.

Site: www.phppatterns.com Report - View Tutorial

PHP Miscellaneous
PHP for PDF
PHP / Miscellaneous
With this Tutorial you'll learn how to use the PDF extension in PHP4 to create PDF documents.We also put focus on creating PDF documents with data from MySQL.

Site: phpbuilder.com Report - View Tutorial

PHP General Development
A HOWTO on Optimizing PHP
PHP / General Development
PHP is a very fast programming language, but there is more to optimizing PHP than just speed of code execution. In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.

Site: phplens.com Report - View Tutorial

PHP Getting Started
What is PHP and Why Should I Care?
PHP / Getting Started
One of the first things most people want to know about PHP is what the initials stand for. Then they wish they had never asked. Officially, PHP stands for PHP: Hypertext Preprocessor.

Site: nicetutz.blogspot.com Report - View Tutorial

 
Site Search

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