- Basic PHP Course
- Brief history of PHP
- Basic PHP Syntax
- Simple echo program
- Variables, their use and creating variables, naming conventions
- Program using variables
- Comments
- Conditional Statements
- Loops
- Functions
- Operators
- Constant – defining costant
- Arrays
- Array sort functions
- PHP inbuilt functions
- String functions
- Basic HTML entities
- HTML Form hadling
- GET & POST methods
- Submitting form and getting values of the fields
- Understanding form action and redirection
- PHP Global Variables – Superglobals
- Isset() function
- Using super globals $_SERVER[‘PHP_SELF’]
- Validations –server side in form
- Session
- Basic website structure
- File inclusion
- File uploadig
- Database Concepts
- MySQL – Intro
- PHP-MySQL connectivity
- MySQL queries in PHP
- More SQL Queries
- Some bonus functions