SUBJECT CODE TITLE OF THE PAPER
20 BJMP 505 Web Programming Using PHP and MySQL - Lab
III V 5 90
Course Objectives:
This course provides students to get familiar with basics of Internet Programming, to acquire
knowledge and skills for creation of web site considering both client and server-side
programming, to build dynamic web applications and to write server-side HTML embedded
scripts to implement dynamic web pages that interact with databases and files.
Course Outcomes:
CO1: Students will be able to design webpages using different HTML elements.
CO2: Students will be able to implement interactive webpages using CSS and JavaScript.
CO3: To use the general concepts of PHP scripting language for the development of Internet websites.
CO4: To implement the control constructs, functions and OOPs concepts.
CO5: Students will be able to design a dynamic web application that interacts with database
and file system.
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 webpages 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 demonstrate 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.