0% found this document useful (0 votes)
14 views

Client-Side Programming: Unit-3 Teaching Hours: 10

This document provides an introduction to client-side and server-side programming. For client-side, it covers JavaScript functions, objects, arrays, built-in objects, debugging, the Document Object Model for manipulating web pages, and event handling. For server-side, it introduces PHP basics like variables, data types, operators, control structures like if/else and loops, functions, arrays, and working with forms and file uploads.

Uploaded by

jayadurga
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Client-Side Programming: Unit-3 Teaching Hours: 10

This document provides an introduction to client-side and server-side programming. For client-side, it covers JavaScript functions, objects, arrays, built-in objects, debugging, the Document Object Model for manipulating web pages, and event handling. For server-side, it introduces PHP basics like variables, data types, operators, control structures like if/else and loops, functions, arrays, and working with forms and file uploads.

Uploaded by

jayadurga
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

CLIENT-SIDE PROGRAMMING

Introduction to JavaScript – Functions – Objects – Arrays – Built - in Objects - JavaScript Debuggers. Browsers and the DOM - Introduction to the Document

Object Model DOM History and Levels - Intrinsic Event Handling - Modifying Element Style - The Document Tree -DOM Event Handling.

Unit-3 Teaching Hours: 10

SERVER-SIDE PROGRAMMING
Introduction to PHP - Basic Programming Concepts of PHP: Variables - Data-types - Constants - Scope of Variables - Type of Variables - Type Casting – Operators - Operators

Precedence –References – Arrays - Control Structures: Branching -If statement - Switch statement - Looping: for Loop - while Loop - do while Loop - for each Loop -Functions:

User Defined Functions - Built-in Function - Functions for Variables - Script Controlling Functions - Array Functions - Date and Time Functions -Mathematical Functions -

String Functions - PHP Server Variables; Working with form - Uploading files to Web Server using PHP.

You might also like