B/16, First floor, Sant Tukaram Vyapar Sankul

Nigdi, Pune - 411044

9:30 AM - 9:00 PM

Monday to Saturday

PHP

o Evaluation of Php

o Basic Syntax

o Defining variable and constant

o Php Data type

o Operator and Expression

o Capturing Form Data

o Dealing with Multi-value filed

o Generating File uploaded form Redirecting a form after submission

o Making Decisions

o Doing Repetitive task with looping Mixing Decisions and looping with Html

o What is a function

o Define a function

o Call by value and Call by reference

o Recursive function

o Creating and accessing String

o Searching & Replacing String

o Formatting String

o String Related Library function

o Anatomy of an Array

o Creating index based and Associative array

o Accessing array Element

o Looping with Index based array

o Looping with associative array using each() and foreach()

o Some useful Library function

o Understanding file & directory

o Opening and closing a file

o Coping ,renaming and deleting a file

o Working with directories

o Building a text editor

o File Uploading & Downloading

o Using query string(URL rewriting)

o Using Hidden field

o Using cookies

o Using session

o What is regular expression

o Pattern matching in Php

o Replacing text

o Splitting a string with a Regular Expression

o Basics of computer Graphics

o Creating Image

o Manipulating Image

o Using text in Image

o Introduction to RDBMS

o Connection with MySql Database

o Performing basic database operation(DML) (Insert, Delete, Update, Select)

o Setting query parameter Executing query Join (Cross joins, Inner joins, Outer Joins, Self joins.)

Web Designing

o Introduction to HTML

o HTML Tags

o Creating Forms

o Creating tables

o Managing home page

o Introduction to CSS

o Three ways to use CSS

o CSS Properties

o Designing website Working with Templates

o Introduction to Javascript

o Three ways to use Javascript

o Working with events

o Client-side Validation

o Introduction to JQuery

o Validation using JQuery

o JQuery Forms

o JQuery Examples

o Introduction to AJAX

o PHP with AJAX

o Working with database

Advance PHP

o Introduction

o Objects

o Declaring a class

o The new keyword and constructor

o Destructor

o Access method and properties using $this

o variable Public ,private, protected properties and methods

o Static properties and method

o Class constant

o Inheritance & code reusability

o Polymorphism

o Parent:: & self:: keyword

o Instance of operator

o Abstract method and class

Interface

o Final

Understanding Exception and error Try, catch, throw