Course Description
PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and efficient alternative to competitors such as Microsoft's ASP.
Introduction
- Web Applications and their types
- History And Features Of PHP
- Installation of PHP Software
- Syntax of PHP script
- Executing first application of PHP
Introduction to HTML and CSS
PHP Variables
- What is Variable
- PHP $ and $$ Variables
- Super Global Variables
- Local, Global and Static Variables
PHP Constant
PHP DataTypes
PHP Operators
PHP Form
- GET and POST Method
- Form Action
Project Work
Decision Making in PHP
- if and if else statement
- else if statement, switch statement
Loop Controls in PHP
- for and for each loop
- while and do-while loop
- jump statement
PHP String
PHP Numbers
PHP File Handling
- File create and open
- File read and write
- File uploading/Downloading
- Create Image Gallery
PHP Date and Time
Array
- Indexed and Associative Array
- Multi-Dimensional Array
- Array Pre-defined Function
Functions in PHP
- User Defined Function
- Pre-defined Function
- Variable Scope
- Mail Function
- PHP Errors
PHP State Management
- What is Session? What is Cookies?
- Remember me using cookie
- Hidden form field
Project Work
PHP Send EMail
- Send Simple EMail, Send Email with Attachment
MySQL
- MySQL Method And Properties
- Database Connectivity
- Sessions And Session Control
- MySQL Create , Insert , Select , Update And Delete
- Building a MySQL Query Using Simple View
- WHERE And ORDER BY
- AND , OR , NOT Operators
Advance MySQL PHP Connectivity Concepts
Exception Handling
OOPS Concepts
- CLass and Object , PHP $ this Class
- Access Modifier, Constructor and Destructor
- Encapsulation, Inheritance and Polymorphism
- Abstract Class/Method, Interface
- MySQL using OOP
AJAX
JQuery
Project Work