-
PHP Intro
-
PHP History
-
Installing XAMPP or WAMP on local machine
-
Basic Sysntax of PHP
-
Working with PHP Date
-
What is variables
-
String in PHP
-
Using different types of Operators
-
If…Else
-
Switch case
-
Array in PHP
-
While & Do while loops
-
For Loops
-
Functions in PHP
-
Working with PHP Forms
-
What is $_GET
-
What is $_POST
-
Creating Database
-
Create table
-
Update Table
-
Drop Table
-
Using Select Query
-
Select query based on conditions
-
Learning CRUD(Create/Read/Update/Delete)
-
Include file in PHP
-
Uploading Image
-
PHP Sessions (Create Login & Register system)
-
What is AJAX
-
How Ajax Works
-
Understanding XMLHttpRequest
-
Using Database in Ajax
-
Ajax Login example
-
Ajax view/edit/delete example