
PHP Basics
- Operator
- Input Output Statement
- Conditional Statement
- Looping Statement
- Get Post method
- Cryptography
- Image Upload
- Multiple Image Upload
- State management (Hidden form, Session, Cookie)
- String Functions
- Date Time Functions
- $_SERVER Statement
- User defined function
- Recursion function
PHP OOPS
- Class and Object
- Data Member and Member Function
- Constructor
- Static data member and Static Function
- Inheritance
- Abstraction
- Multiple Inheritance
- Overriding
- Overloading
- Virtual function
MYSQL
- DDL Command (Data Definition Language) -> Create, Drop, Alter etc.
- DML Command (Data Manipulation Language ) -> Select, Insert, Delete, Update etc.
- DCL command (Data Control Language) -> Grant, Revoke, Savepoint, Checkpoint etc.
Phpmyadmin
- Example using Html, PHP, Mysql
-> Insert into table
-> Update record
-> Delete record
-> Select data from table
Additional Topic
- Javascript
- Ajax
- Jquery
- Laravel Setup and Implementation
- MVC (Model View Controller) programming architecture
- CMS (Opencart, WordPress)
