Web Technology Syllabus

Unit-1 Introduction to PHP, Decisions and Loop

Evaluation of PHP, Basic Syntax, Defining variable and constant, PHP Data type, Operator and Expression, Decision Making, Looping, Mixing Decisions and looping with HTML.

Unit-2 Function

What is a function, Define a function, Call by value and Call by reference, Recursive function, String creation and accessing, Searching & replacing, Formatting, String library functions.

Unit-3 Array

Anatomy of an Array, Creating indexed and associative arrays, Looping with index array, Looping with associative array using each() and foreach(), Library functions.

Unit-4 Session, Cookies and File Directories

Introduction to Sessions, Cookies in PHP, Using cookies with sessions, Deleting sessions & cookies, Form data handling, File and directory operations, File upload & download.

Unit-5 Database Connectivity with MySQL and Exception

Introduction to RDBMS, CRUD operations, MySQL connection, Insert/Delete/Update/Select queries, Joins, Database APIs in PHP, Exception handling, Try, Catch, Throw, Debugging.