Home

Submit

Source

Feeds

Home » PHP » XML Web Services ::

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.
Related Tutorials
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 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 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 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 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 Miscellaneous
Passing JavaScript variables to PHP
PHP / Miscellaneous
JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications.

Site: www.webcheatsheet.com Report - View Tutorial

PHP File Operations
File Uploading in PHP 4
PHP / File Operations
As Web pages move closer to becoming Web applications, the ability to transfer files in their entirety to the server has become a pressing issue. In this week's Code Gallery Spotlight, "ADMIN" shows how to upload files to the server through an HTML form and PHP with their contribution "File uploading".

Site: www.zend.com Report - View Tutorial

PHP Security
Customizing PHP Safe Mode
PHP / Security
We'll guide you through using PHP safe_mode and how-to enable it and to customize it for certain sites on your server. When using PHP as an Apache module, you can also change the configuration settings using directives in Apache configuration files (e.g. httpd.conf) and .htaccess files. PHP safe_mode is very important to in terms of server security because it restricts and disables the dangerous functions in PHP from the scripts like PHP Shell that can otherwise cause damages to your server and client sites.

Site: www.webhostgear.com Report - View Tutorial

PHP Getting Started
PHP For Beginners - Free Courses from www.iTechCollege.com
PHP / Getting Started
What is PHP? PHP is a computer scripting language, which is originally designed for creating dynamic web pages. PHP is an open-source language, used primarily for dynamic web content and server-side applications. In this course, you will learn how to: How to write to screen; Generate and Retrieve a query string; Use functions; Redirect a page; Show environment variables; How to use cookies in PHP; Include a page; How to connect to MySql database; PHP`s most advantage: create an image directly.

Site: www.itechcollege.com Report - View Tutorial

PHP Miscellaneous
Storing Data in the Client
PHP / Miscellaneous
One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program on the server which writes another program to be executed on the client. Let's pick PHP (of course) for the server and JavaScript for the client. We'll show you in this article how you can use this scheme to store data in the client and then minimize the data transfered between the server and the browser for interactive applications like a chat room, a news system or whatever you want.

Site: www.phpbuilder.com Report - View Tutorial

PHP Sessions and Cookies
Remembering Users (Cookies and Sessions)
PHP / Sessions and Cookies
Hypertext Transfer Protocol (HTTP) is a stateless protocol. To say it in a simple way: A client (web browser) connects to a web server, sends a request, and gets a response. Then, the connection is closed. The consequence is the next time the same client sends a request to the same web server, it is a new request, so the web server cannot identify the caller. This is, of course, a problem for applications in which state must be maintained, for instance e-commerce applications with a shopping-cart functionality.

Site: www.brainbell.com Report - View Tutorial

PHP Getting Started
PHP Babysteps Tutorial
PHP / Getting Started
PHP is a server-side scripting language for creating dynamic Web pages. It has a very elegant design, that is both easy to use and powerful. PHP stands for PHP: Hypertext Preprocessor. It is a server side, HTML embedded language like ASP, SSI etc.

Site: www.codebeach.com Report - View Tutorial

 
Site Search

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