Course Content
Introduction
- Introduction of PHP
- XAMPP Setup
- Installation of IDE
Introduction to PHP
- Hello World
- Datatypes and variable declaration
- Print, comments
- Operators, Type casting
- Constant, String
Control flow in PHP
- Conditionals
- Looping
- Functions
Arrays in PHP
- Numerical Array
- Associative Array
- foreach loop
- Multidimensional arrays
Form Handling in PHP
- Difference between GET ,POST and Request
- Building Forms
- Retrieving submitted data
Functions in PHP
- Array functions
- String functions
- Date time functions
- Math Functions
- FileHandling Function
- Mysqli Functions
Reusing Code in PHP
- Include,include_once
- require,require_once
- HTML Template Integration
Session in PHP
- Create Session
- Access & Destroy Session
- Isset() unset()
- Login Control Demo
Cookies in PHP
- Setting a cookie
- Accessing cookie
- Destroying a cookie
File Handling
- Create,Delete File
- Update File Content
- File Upload
- Mail() Example
- PHPMailer Library use
Oops
- Class
- Object
- Inheritance
- Public ,private, protected properties and methods
PHPMyAdmin (SQL)
- PHPMyAdmin Introduction
- SQL using MySQL or MariaDB
- Creating a database
- Selecting database
- Creating a table
- Inserting data into table
- Show data from table
- Drop table
- Drop database
- Constraints
- Import Export Database
Database Connection
- PHP Mysqli Connection
- How to Write Query
- Store Record
- Fetch Record
- Edit Record
- Delete
Authentication
- SignUp
- Login
- Change Password
- Forgot Password
Mini Project
- Development
- Deployment
- Certificate