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.
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.
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.
Using Cookies PHP / Sessions and Cookies
Cookie: A small amount of information sent by a Web server to a Web browser, saved by the browser, and sent back to the server later. Cookies are transmitted inside the HTTP header.
Sessions PHP / Sessions and Cookies
This chapter describes:
* What is a session.
* How use session in a PHP script.
* A session test with 3 scripts.
* How session ID can be managed without cookies.
* Where is session data stored.
Using MySQL with PHP PHP / Databases
This tutorial describes: How to configure PHP with a MySQL server, What are the basic functions to use a MySQL server, A test script with a MySQL server.
Non ASCII Characters with MySQL PHP / Databases
This tutorial explains: Storing Non ASCII Characters in Database, Transmitting Non ASCII Characters to the Server, MySqlUnicode.php - UTF-8 Sample Script.
Handling Non ASCII Characters PHP / Miscellaneous
This tutorial explains: What Is Localization / Internationalization?, Managing Characters in Web Based Applications, Character Traveling Paths, ASCII Characters in PHP Pages
Non ASCII Characters in HTML documents PHP / Miscellaneous
This tutorial explains: Basic Rules, French Characters in HTML Documents - UTF-8 Encoding, French Characters in HTML Documents - ISO-8859-1 Encoding, Chinese Characters in HTML Documents - UTF-8 Encoding, Chinese Characters in HTML Documents - GB22312 Encoding, Characters of Multiple Languages in HTML Documents.
Non ASCII Characters as String Literals PHP / Miscellaneous
This tutorial explains: Basic Rules, French Characters in String Literals - UTF-8 Encoding, French Characters in String Literals - ISO-8859-1 Encoding, Chinese Characters in String Literals - UTF-8 Encoding, Chinese Characters in String Literals - GB2312 Encoding, Characters of Multiple Languages in String Literals.
Receiving Non ASCII Characters from Input Forms PHP / Miscellaneous
This tutorial explains: Basic Rules, Receiving Non ASCII Characters with GET Method, Receiving Non ASCII Characters with POST Method, Receiving Non ASCII Characters in UTF-8, Decoding HTML Entities.