CAPITAL CORP. SYDNEY

73 Ocean Street, New South Wales 2000, SYDNEY

Contact Person: Callum S Ansell
E: callum.aus@capital.com
P: (02) 8252 5319

WILD KEY CAPITAL

22 Guild Street, NW8 2UP,
LONDON

Contact Person: Matilda O Dunn
E: matilda.uk@capital.com
P: 070 8652 7276

LECHMERE CAPITAL

Genslerstraße 9, Berlin Schöneberg 10829, BERLIN

Contact Person: Thorsten S Kohl
E: thorsten.bl@capital.com
P: 030 62 91 92

PHP

PHP

Introduction to PHP

1.       Introduction

2.       Course Overview

3.       Local Development Environment Tools

4.       Course Exercise / Reference Files

5.       Code Editor Installation (Optional if you have one)

6.       Embedding PHP in HTML

7.       Using Dynamic Data

8.       Inserting Comments in PHP

9.       Practice Section 1

Data Types and More

1.       Variables in PHP

2.       Math

3.       Arrays

4.       Associative Arrays

5.       Practice Section 2

6.       Quiz 1: First steps

Control Structures

1.       if Statements

2.       Comparison and Logical Operators

3.       Switch Statements in PHP

4.       While Loop in PHP

5.       For Loop in PHP

6.       Foreach Loop in PHP

7.       Practice Section 3

8.       Quiz 2: Control Structures Quiz

Custom Functions

1.       Defining functions

2.       Function Parameters

3.       Return Values From Functions

4.       Global Variable and Scope

5.       Constants

6.       Practice Section 4

 

PHP Built-in Functions

1.       Math Functions

2.       String Functions

3.       Array Functions

4.       Practice Section 5

How To Use Form Data in PHP

1.       Checking for Form Submission

2.       Extracting Information from form

3.       Validating The Form Values

4.       External Page Submission

5.       Practice Section 6

How To Use Databases in PHP

1.       Introduction to Databases

2.       Introduction to PHPmyadmin

3.       Creating a Database in PHPmyadmin

4.       Creating Tables and Inserting Data in PHPmyadmin

5.       Markup for Login Page

6.       Receiving Post Data From Check

7.       Connecting to the Database using PHP

8.       Creating Records into the database table with PHP

9.       Reading Information in the Database with PHP

10.   Creating the Update Records Form

11.   Fixing Name Attribute Value

12.   Query to Read Id’s

13.   Query to Update Username and Password

14.   Refactoring The Update Query into a Function

15.   Delete Records From Database with PHP

16.   ReFactoring all Database Query Code into Functions

17.   Making All Files Modular and Refactoring

18.   Practice Section 7

PHP Security

1.       SQL Injection – How to Prevent it

2.       Password Encryption

3.       Practice Section 8

 

PHP and The Web

1.       Introduction to HTTP Requests and more

2.       Using The GET super Global

3.       Using the Post Super Global

4.       About Cookies in PHP

5.       Setting Cookies with PHP

6.       Reading Cookies in PHP

7.       How use Sessions in PHP

8.       Practice Section 9

Object Oriented PHP Introduction

1.       What are classes and objects ? Introduction

2.       What are classes and how to define them in PHP

3.       What are class methods and how to create them

4.       How to instantiate a class

5.       Adding Properties to Our Class

6.       Class inheritance

7.       Constructors

8.       Data Access

9.       Static Data in Classes

10.   Practice Section 10

Working with files

1.       Opening and creating files

2.       Writing to files

3.       Reading files

4.       Deleting files