1 - Introduction to php
1.1 - Why php
2 - Variables and simple data types
2.1 - Variable and assignment
2.2 - Strings
2.3 - Numbers
2.4 - Comments
3 - Functions
3.1 - What is function & what's the use
3.2 - Introduction to basic local functions
4 - Control flow
4.1 - Conditional statements
4.2 - Logical operators
4.3 - Loops
4.3.1 - Loop controls
5 - Function deeper
5.1 - Define and call custom functions
5.2 - Your first function
5.3 - Parameters( arguments)
5.4 - Returning
5.5 - Variable scopes
5.6 - Lamda functions
5.6.1 - What is a lamda function
5.6.2 - Getting used to lamda functions
6 - Working with files and folders
6.1 - Opening and closing files
6.2 - Writing files
6.3 - Creating folders
6.4 - Deleting files and folders
6.5 - Checking if a file or a folder exists
6.6 - Get if a path is a file and folder
7 - Classes
7.1 - What is a class and what is the use
7.2 - Class inheritance
8 - Error handling
9 - Forms
10 - Element names and IDs
11 - Submitted forms
12 - Processing submitted data
13 - Cookie
14 - Session
15 - Security