Notes of if() and elseif() condition Statement, The switch statement
the?
Operator in php
while() Loop, The do while statement, Using the for()
Loop,foreach() loop.
Function definition, Creation, Returning values, Library Functions, Userdefined functions, Dynamic function, default arguments, Passing
arguments to a function by value,Recursion,Function and variable scope in php.
PHP Arrays, Creating Arrays,Creating index based and Associative array,
Looping array using each() and foreach() loop.
String manipulation notes in php
Forms Controls in php
Introduction to MYSQL, Connection with MySql Database, Performing
basic database operation (DML) (Insert, Delete, Update, Select).