Department of Computer Engineering Dynamic Web Page Development (3350702)
GOVERNMENT POLYTECHNIC GANDHINAGAR
COMPUTER ENGINEERING DEPARTMENT
Subject: Dynamic Web Page Development (3350702)
ODD TERM 2022
Practical List
Sr
Un CO
Practical Hrs
No
it
Write HTML codes for displaying image and demonstrate hyper linking. (For
1 example: Logo of google as image and link to google website. Minimum 5 images 2
with hyperlinks)
2 Write HTML code to insert video on webpage using embed tag and video tag. 2
Write HTML code to create a Good Vibe feedback form using Form handling. 1
3
(Sample output link: GoodVibeForm.png)
Write HTML code to create a Student Registration form for Engineering college 1
4
admission using form handling.
Write HTML code to design web page using division tag 2
5
(Sample output link: sample.png)
Write HTML code to design a Restaurant menu using ordered, unordered list tag. 2
I CO1 6
(Sample output link: restaurant menu.jpg)
7 Design Web Page using HTML5 tags 2
Write HTML and CSS code to demonstrate the use of Internal, Inline and External
8 Cascading Style Sheet.(Separate program for each style,use minimum 8 different css 4
properties)
1. Write a PHP script to display your Student Name and Enrollment Number.
2. Write a PHP script to get the client IP address
3. Write a PHP script to get the current file name 1
9
4. Write a PHP script to print current PHP version
5. Write a PHP script to demonstrate use of arithmetic operators, comparison
operators, and logical operators.
1. Write a PHP script to get type of variable using gettype() 1
10
2. Write a PHP script to set type of variable using settype() and using type casting
1. Write PHP Script to check whether a given number is palindrome or not
II CO2 2. Write PHP script to calculate total marks of five subjects and display grade.
11 2
3. Write a PHP script to test whether a number is greater than 30, 20 or 10 using
ternary operator.
1. Write a PHP script to find reverse no of given number. 2
12
2. Write a PHP script to print fibonacci series for given number.
Government Polytechnic Gandhinagar
Department of Computer Engineering Dynamic Web Page Development (3350702)
Write a PHP script to sort the following associative array
:array("Laxmi"=>"31","Sarasvati"=>"41","Sati"=>"39","Vaibhavi"=>"40") in
a) Display key value pair using for each statement
13 b) ascending order sort by value 2
c) ascending order sort by Key
d) descending order sorting by Value
e) descending order sorting by Key
1. Write PHP function to calculate the factorial of a number (a non-negative integer).
14 The function accepts the number as an argument. 2
III CO2 2. Write PHP script to demonstrate use of string function.
1. Write PHP script to demonstrate use of Date/Time functions
2. Write PHP script to demonstrate use of Math functions
15 3. Write a PHP script to convert a date from yyyy-mm-dd to dd-mm-yyyy 2
4. Create a simple 'birthday countdown' PHP script, the script will count the
number of days between current day and birthday
Develop form using text box, check box, radio button, select, submit button. And
16 display user inserted value in new PHP page ( E.g. student registration form / 2
inventory form / library form)
1. Write two different PHP script to demonstrate passing variables through a URL.
17 2. Write two different PHP script to demonstrate passing variables through Hidden 4
Variables
IV CO3 1. Write two different PHP script to demonstrate passing variables with sessions. 4
18
2. Write PHP script to demonstrate passing variables with cookies.
19 Write a program to keep track of how many times a visitor has loaded the page. 2
1. Write a PHP script to connect MYSQL server from your web application and
20 write necessary PHP comments to describe each step. 2
2. Write a PHP script to create database for employee and drop that database.
1. Create database for Student and Personal Detail Table having field such as
Enrollment number, Name, Semester, Department, DOB, Contact Number, SPI
21 etc using phpMyAdmin. 4
2. Write PHP script to insert data into the Personal Detail table,read from table and
display all these information in tabular form on output screen.
Write a PHP script to manipulate data retrieve from table and display all this 4
V CO4 22
information using table format.
Develop small PHP application(s) using forms and databases. (Minimum
Requirements:
23 1.Minimum three design page (Home Page, Contact Us, About Us) 6
2.Authentication page using session (Sign in/Sign up /forgot password link)
3.Database connectivity ( create, read, update, delete))
Government Polytechnic Gandhinagar