Evaluation of PhpÂ
Basic SyntaxÂ
Defining variable and constantÂ
Php Data typeÂ
Operator and ExpressionÂ
Capturing Form DataÂ
Dealing with Multi-value filedÂ
Generating File uploaded formÂ
Redirecting a form after submissionÂ
Making DecisionsÂ
Doing Repetitive task with loopingÂ
Mixing Decisions and looping with HtmlÂ
What is a functionÂ
Define a functionÂ
Call by value and Call by reference
Recursive functionÂ
Creating and accessing StringÂ
Searching & Replacing StringÂ
Formatting StringÂ
String Related Library function
Anatomy of an ArrayÂ
Creating index based and Associative arrayÂ
Accessing array ElementÂ
Looping with Index based arrayÂ
Looping with associative array using each() and foreach()Â
Some useful Library functionÂ
Using query string(URL rewriting)Â
Using Hidden fieldÂ
Using cookiesÂ
Using sessionÂ
Introduction to RDBMSÂ
Connection with MySql DatabaseÂ
Performing basic database operation(DML) (Insert, Delete, Update, Select)Â
Setting query parameterÂ
Executing queryÂ
Join (Cross joins, Inner joins, Outer Joins, Self joins.)Â
Introduction to HTML
HTML Tags
Creating Forms
Creating tables
Managing home page
Introduction to CSS
Three ways to use CSS
CSS Properties
Designing websiteÂ
Working with Templates
Introduction to Javascript
Three ways to use Javascript
Working with events
Client-side Validation
Introduction to JQuery
Validation using JQuery
JQuery Forms
JQuery Examples