91 - Introduction to PHP
92 - XAMPP Install
93 - My First PHP Code
94 - Escaping Characters
95 - Error Reporting
96 - Comments
97 - Variables
98 - Strings
99 - Numbers
100 - Constants
101 - Arrays
102 - Associative Arrays
103 - Access Array with Foreach
104 - Multidimensional Arrays
105 - Operators
106 - If Else
107 - Else If
108 - For Loop
109 - While Loop
110 - Switch
111 - Creating a Form
112 - Post Get Request
113 - Handling Forms
114 - Include and Require
115 - Creating a Dynamic Website
116 - Storing Sections in Variables
117 - Functions
118 - Variable Scope
119 - Introduction to MySQL
120 - Creating a Database
121 - Database Form
122 - Database Connection
123 - Minimal Form Validation
124 - Inserting Values to Database
125 - Output Records from Database
126 - Output Records by Specific Order
127 - Login Script
128 - Security Functions
129 - Update Records From Database
130 - Delete Records from Database
131 - Passing Values through URL
132 - Delete User from Database
133 - Edit User Passing Values Through URL
134 - Reorganizing the Code
135 - Pagination