1 - Introduction
2 - Introduction to PHP
3 - Setting up xampp and notepad
4 - Creating first php file
5 - Embedding php into html file
6 - php output to the browser
7 - Comments in php
8 - Die and Exit functions
9 - Variables in php
10 - Single quotes vs double quotes
11 - Arithmetic operators
12 - Assignment Operators
13 - Comparison Operators
14 - Logical Operators
15 - if statement in php
16 - if else in php
17 - Nested if statement
18 - if else if statement in php
19 - Switch in php
20 - Conditional Operators in php
21 - Increment Decrements operators in php
22 - String operators in php
23 - While loop in php
24 - do while loop
25 - for loop in php
26 - nested for loop
27 - Arrays in php
28 - Associative Arrays
29 - Multi Dimensional Arrays
30 - Array Traversal with foreach loop
31 - Functions in php
32 - Functions with arguments
33 - Functions return value
34 - Case Sensitivity in php
35 - Scope in php
36 - Constants in php
37 - Date and time in php
38 - Generating Random numbers
39 - Generating Random Strings
40 - Static variable
41 - Math functions in php
42 - Useful string functions in php part 1
43 - Useful string functions in php part 2
44 - Explode and implode functions
45 - Useful array functions
46 - Swapping variables values
47 - Sorting arrays part 1
48 - Sorting arrays part 2
49 - Including external files
50 - md5 hash in php
51 - Superglobals in php part 1
52 - Superglobals in php part 2
53 - Getting server information in php
54 - Getting visitors ip in php
55 - Better way of Getting visitors ip in php
56 - Blocking ip addresses