In this course you will be working on live projects, which will help you understand the exact process from the beginning to end. The curriculum is prepared with the international standard, by leading professionals from the industry. The curriculum provides very particular expertise oriented training at the micro level to the student. The web developer's course contains HTML, CSS, JavaScript, Php & Mysql.

parallax background

TRAINING CONTENT

CORE PHP

Introduction to PHP
  • Evaluation of Php
  • Basic Syntax
  • Defining variable and constant
  • Php Data type
  • Operator and Expression
Handling Html Form With Php
  1. Capturing Form Data
  2. Dealing with Multi-value filed
  3. Generating File uploaded form
  4. Redirecting a form after submission
Decisions and loop
  1. Making Decisions
  2. Doing Repetitive task with looping
  3. Mixing Decisions and looping with Html
Function
  1. What is a function
  2. Define a function
  3. Call by value and Call by reference
  4. Recursive function
String
  1. Creating and accessing String
  2. Searching & Replacing String
  3. Formatting String
  4. String Related Library function
Array
  1. Anatomy of an Array
  2. Creating index based and Associative array
  3. Accessing array Element
  4. Looping with Index based array
  5. Looping with associative array using each() and foreach()
  6. Some useful Library function
Working with file and Directories
  1. Understanding file& directory
  2. Opening and closing a file
  3. Coping ,renaming and deleting a file
  4. Working with directories
  5. Building a text editor
  6. File Uploading & Downloading
String matching with regular expression
  1. What is regular expression
  2. Pattern matching in Php
  3. Replacing text
  4. Splitting a string with a Regular Expression
State management
  1. Using query string(URL rewriting)
  2. Using Hidden field
  3. Using cookies
  4. Using session
Generating Images with PHP
  1. Basics of computer Graphics
  2. Creating Image
  3. Manipulating Image
  4. Using text in Image
parallax background

ADVANCE PHP

Introduction to OOPS
  • Introduction
  • Declaring a Class, Objects
  • The new keyword and constructor/Destructor
  • Access method and properties using $this variable
  • Public ,private, protected properties and methods
  • Static properties and method
  • Class constant
  • Inheritance & code reusability
  • Polymorphism
  • Parent:: & self:: keyword
  • Instanceof operator
  • Abstract method and Interface
Exception Handling
  1. Understanding Exception and error
  2. Try, catch, throw
String
  1. Introduction to RDBMS
  2. Connection with MySql Database
  3. Performing basic database operation(DML) (Insert, Delete, Update, Select)
  4. Setting query parameter
  5. Executing query
  6. Join (Cross joins, Inner joins, Outer Joins, Self joins.)
Mini Project