You are on page 1of 2

WEB PROGRAMMING USING PHP AND MYSQL

Unit-1: Introduction to HTML: Structure of HTML Program- Text Formatting Tags – List – Image – Table
– Colors – Links – Internal and External document Interface – Frames – Frame set- Hyper Link.

Unit-2: DHTML: CSS – Font attributes – Color and Background attributes – Text attributes – Border
attributes- List attributes – Class. Java Script: Java Script into HTML – Java Script Syntax - Functions in
Java Script – Built-in functions – User defined functions – Declaring function – function with parameter
and return value – recursive function.

Unit-3: Introducing PHP – Basic development Concepts – Creating first PHP Scripts – Using Variable and
Operators – Storing Data in variable – Understanding Data types –Manipulating Variables with
Operators.

Unit-4: Controlling Program Flow: Writing Simple Conditional Statements - Repeating Action with
Loops. Working with Arrays: Storing Data in Arrays – Processing Arrays with Loops and Iterations. Using
Functions and Classes: Creating User-Defined Functions.

Unit-5: Working with Files and Directories: Reading Files-Writing Files- Processing Directories-Creating
sample PHP applications. Working with Database and SQL: Introducing Database and SQL- Using
MySQL-Adding and modifying Data-Handling Errors.

Prescribed Text Book:


1. Web Enabled Commercial Application Development Using HTML, DHTML, JavaScript,
Perl CGI, Ivan BayRoss, BPB Publication.
2. PHP A Beginner’s Guide, Vikram Vaswani, Tata McGraw-Hill.

Reference / Recommended Books for study:


1. Mastering HTML, CSS and Javascript Web Publishing, Laura Lemay, Rafe Colburn, Jennifer
Kyrnin, BPB Publications.
2. Learning PHP, MySQL, JavaScript and CSS – Robin Nixon – O’ Reilly Media Inc.

Web Resources:
1. W3Schools - https://www.w3schools.com/
2. Learn-html - https://www.learn-html.org/
3. Learn-php - https://www.learn-html.org/
4. Learn-js - https://www.learn-js.org/
Web Programming Using PHP and MySQL – Lab

1. Create a simple web page to display course details using list


2. Create a simple web page with frames to displaying course detail.
3. Develop a webpage to create your class time table using table tag.
4. Design web pages for your college containing a minimum of five web pages and use anchor
tags to connect all pages.
5. Develop a simple webpage to show browser information.
6. Create a student feedback form with textbox, text area, check box, radio button, select box,
etc.,)
7. Develop a simple calculator using java script.
8. Design web pages that utilizes internal, external and inline CSS.
9. Write a PHP program to manipulate Dates using Date function.
10. Write a PHP program to generate Fibonacci series for the 1 to 20.
11. Write a PHP program that implements various control structures.
12. Write a PHP program that Implements all loop structures.
13. Write a PHP program to reverse an integer and a string.
14. Write a PHP program that demonstrates different types of arrays available.
15. Write a PHP program to demonstrate functions with default argument, functions with
parameter, functions that supports variable length parameter and return values.
16. Write a PHP script to write and append some content in a file and display them in a browser.
17. Design a PHP script to upload an image.
18. Develop an authentication web page in PHP with MySQL to validate username and
password.
19. Design a PHP based web application to maintain student records in MYSQL database.
Develop a PHP validation script to validate user inputs in different types of input fields.

You might also like