- Introduction PHP
- PHP Setup (XAMPP)
- PHP Syntax
- Data Types, Variables, Variable Scope
- Comments
- Operators
- Operators (Arithmetic, Assignment, Increment and Decrement, Conditional, Logical )
- statements (Conditional, If, If else, If else if, Nested If, Switch)
- Loops(For, For each, While Loop, Do while)
- Functions (User defined, Pre-defined, Return type)
|
- Arrays
- Includes, GET, POST Methods
- Files (Introduction, File creation, File opening, File closing, Read a file, Write a file, File deletions)
- Forms
- Accessing a form data
- Usage of Get method of a form
- global variables
- Usage of post method of form
- File upload
- $_COOKIE, $_ENV, $_SESSION, $_REQUEST, $_POST, $_GET, $_FILES, $_SERVER
- Date and its functions
|