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Â
Understanding file& directoryÂ
Opening and closing a fileÂ
Coping ,renaming and deleting a fileÂ
Working with directoriesÂ
Building a text editorÂ
File Uploading & DownloadingÂ
Using query string(URL rewriting)Â
Using Hidden fieldÂ
Using cookiesÂ
Using sessionÂ
What is regular expressionÂ
Pattern matching in PhpÂ
Replacing textÂ
Splitting a string with a Regular ExpressionÂ
Basics of computer GraphicsÂ
Creating ImageÂ
Manipulating ImageÂ
Using text in ImageÂ
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.)