Introduction 2hrs
o Evaluation of Php
o Basic Syntax
o Defining variable and constant
o Php Data type
o Operator and Expression
Handling Html Form With Php 2hrs
o Capturing Form Data
o Dealing with Multi-value filed
o Generating File uploaded form
o Redirecting a form after submission
Decisions and loop 5hrs
o Making Decisions
o Doing Repetitive task with looping
o Mixing Decisions and looping with Html
Function 2hrs
o What is a function
o Define a function
o Call by value
o Call by reference
o Recursive function
String 2hrs
o Creating and accessing String
o Searching & Replacing String
o Formatting String
o String Related Library function
Array 5hrs
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
Working with file and Directories 5hrs
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
Mini Project (With file Handling) 2hrs
State management 4hrs
o Using query string(URL rewriting)
o Using Hidden field
o Using cookies
o Using session
String matching with regular expression 2hrs
o What is regular expression
o Pattern matching in Php
o Replacing text
o Splitting a string with a Regular Expression
Generating Images with Php 2hrs
o Basics of computer Graphics
o Creating Image
o Manipulating Image
o Using text in Image
|