PHP
1. PHP Introduction
- Introduction of Web Application
- Client-Server Architecture
- What is Open source?
- Why PHP?
2. PHP Fundamentals
- Syntax Overview
- Data types
- Variables
- Constants
- Expressions
- Operator Types
3 Control structures
- Conditional statements
- Loops
4. PHP Functions
- What is a Function?
- Function syntax
- Built-in Functions
- Include and include_once
- Require and require_once
- Header Function
- Date Functions
- User-defined Functions
5. Arrays
- Array Introduction
- Syntax of Array
- Types of Array
- Predefined Array Functions
6. Strings
- Syntax of String
- Predefined String Functions
7. Working with Forms and Validations
- Retrieve the value of form-PHP
- GET & PHP POST
- PHP Form Validation
8. Working with Sessions
- Introduction
- Create session
- Retrieve session
- Destroy session
9. Working with Cookies
- Introduction
- Create cookies
- Retrieve cookies
- Delete cookies
10. OOPS with PHP Overview
- Introduction
- Objects
- Class
- $this Keyword
- Access Modifiers (Public,
- private, protected)
- Constructor
- Destructor
- Static properties and methods
- Constant data members
- Inheritance
- Polymorphism
- Interface
- Abstract class and method
- Final
11. File Handling & Emails
- File Handling, File uploading
- Open, read, and closing file
- Create and write file
- Sending emails using PHP
The curriculum is empty