Social Connect
Log in with
Chinese (Simplified)Chinese (Traditional)EnglishFrenchGermanItalianPortugueseRussianSpanish

PHP

A PHP course designed to enable web developers and others with limited programming experience to build dynamic database driven e-commerce web sites using the PHP programming language. Since PHP is such a rich and task-specific language, the course covers the most important range of functions in depth, and equips delegates to understand the remaining less essential aspects. The contents of this PHP course are identical to our three day in-house “PHP for Progammers” course, but the pacing is adjusted to suit the needs of public delegates and non-programmers.
PHP is Open Source and Cross Platform, running on Unix, Linux, MS Windows, Apple Mac, AS/400 and more, and is often used with an OS-CP database and web server such as MySql and Apache. Thus PHP will work on the operating system and hardware that currently suits your applications and organisation.

PHP 5 is the current version of PHP and is what the course teaches. Differences with PHP 4 are explained for those who need to maintain legacy code. There is also a look forwards to the features expected in PHP 6. MySQL 5 is the primary database that is used, the course also covers Oracle and MS-SQL. Delegates should have few problems transferring their learned skills to interacting to other databased from PHP.

Go to usefulcourse.co.uk for more information.

Prerequisites

A basic working knowledge of HTML is presumed.
Some conceptual knowledge of how web servers and web browsers (clients) interact using HTTP
A working knowledge of at least one scripting/programming language or evidence of strong capabilities in relevant areas of mathematical/logical reasoning

PHP Topics including:

1 Introduction

Introduction to PHP Resource
PHP and PHP Programs Resource
Documentation Resource
Home Work 1 Resource

2 Developing Web Applications

Browser-Server-PHP architecture Resource
HTML forms and PHP variables Resource
HTML Forms Resource
Form/PHP Interaction Resource
Output Functions Resource
Functions Resource
Home Work 2 Resource

3 Integers, Floats and Strings

Integers, Floats and Strings Resource
The Assignment Operator Resource
Operators, Variables and Constants Resource
The Bitwise Operators Resource
More Operators Resource
Logical and Relational Operators Resource
The if Statement Resource
The switch Statement Resource
Arrays and Associative Arrays Resource
The for Statement Resource
break, continue and exit Resource
The do and while Statements Resource
The foreach Statement Resource
Home Work 3 Resource

4 Data Functions

Data Types and Testing Functions Resource
Working with Arrays Resource
Working with Strings Resource
intval(), doubleval() and strval() Resource
Home Work 4 Resource

5 Database Functions

What is DBM? Resource
What is MySQL? Resource
What is Oracle? Resource
Home Work 5 Resource

6 Image Functions

What is the GD Library? Resource
Image File Formats Resource
Creating an Image Resource
Working with Images Resource
Outputting Images Resource
Home Work 6 Resource

7 Miscellaneous

Working with Cookies Resource
The header() Function Resource
Environment Variables Resource
Home Work 7 Resource

8 Classes and Objects

Object-Oriented Programming Resource
Defining a Class Resource
Encapsulation, Instantiation and Data Hiding Resource
PHP and Inheritance