Categories
Tags → Php Tutorial

MySQL FAQs - PHP Connections and Query Execution

A collection of 18 FAQs on connecting MySQL server with PHP scritps. Clear explanations and tutorial exercises are provided on MySQL server connection; providing port number, user account and password; selecting or creating database; running SQL stat...
DETAILS

PHP SOAP Extension - Server Applications Tutorials

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
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

Introduction to PHP SOAP Extension

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...
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free for non-commercial use
DETAILS

How to install a local server. Tutorial for PHPDEV

For those working on php and mysql a server is mandatory. But what if you cannot have a place to upload and modify or maybe you just want to develop your project privately and then install online? This is the moment a local server is needed. Yo...
DETAILS

Email validation in PHP

This tutorial teaches you how to validate an email with PHP and regular expressions.
DETAILS

PHP Script Tips - Understanding and Using Sessions

A collection of 19 tips on understanding and using sessions in PHP. Clear explanations and tutorial exercises are provided on starting and closing sessions, saving and retrieving values in sessions, deciding how session IDs to be transferred, decidin...
DETAILS

mkInstaller - an installer for your php scripts

If you distribute php scripts that need an installation, mkInstaller builds an installer, that is another php script. The installer is loaded as a web page that request some information using a form, and then perfroms the installation. Complete infor...
DETAILS

PHP Script Tips - Uploading Files to Web Servers

A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML forms, getting uploaded file information, storing uploaded file in database.
DETAILS

PHP Script Tips - PHP Built-in Functions for Strings

A collection of 19 tips on manipulating PHP strings. Clear answers are provided with tutorial exercises on string functions including strlen, trim, substr, chop, strpos, strcmp, split, etc
DETAILS

PHP Script Tips - Understanding PHP Arrays and Their Basic Operations

A collection of 11 tips on PHP array introduction. Clear answers are provided with tutorial exercises on declaring and creating arrays, assigning and retrieving array elements, identifying elements by keys and indexes, copying arrays: What Is an Ar...
DETAILS

Page:
©2019 A--9.com