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

Final Record Programs - PHP

The document outlines 20 programming tasks related to developing web pages and applications using HTML, CSS, JavaScript, PHP and SQL. The tasks include creating pages demonstrating various HTML tags and elements, styling pages with internal and external CSS, validating user login with JavaScript and PHP, developing a job portal and student information system with PHP and SQL, and generating reports from the student database.

Uploaded by

Ahsana T.K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views

Final Record Programs - PHP

The document outlines 20 programming tasks related to developing web pages and applications using HTML, CSS, JavaScript, PHP and SQL. The tasks include creating pages demonstrating various HTML tags and elements, styling pages with internal and external CSS, validating user login with JavaScript and PHP, developing a job portal and student information system with PHP and SQL, and generating reports from the student database.

Uploaded by

Ahsana T.K
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

1.

Write a program to show the working of various presentation tags in a


web page
2. Write a program to show the working of phrase elements in a web page.
3. Write a program to show the working of the ordered and unordered list
in a web page
4. write a program to show the working of a simple table in a web page
5. Write a program to show the working of frames
Develop static pages (using only HTML) of an online Book store. The
pages should resemble www.amazon.com
The website should consist the following pages.
Home page, Registration and user Login, User profile page, Books
catalog, Shopping cart, Payment By credit card, order confirmation
6. write a program to show the internal style in a webpage
7. write a program to show the external style in a web page
8. write a program to show the working of font variants in a webpage using
CSS
9. Write a program to show how to call an external JavaScript file into a
HTML page
10. Write a program to show the working of the else if ladder in JavaScript
11. Write a program to show the working of switch statement in JavaScript
12. Write a program to show program to differentiate odd and even number
from n natural number
13. Write a program to show program to print fibonacci series up to n
number
14. Write a program to show program to find sum of n elements in an array
15. Develop A Clock Using Java Script
16.
17. Write a PHP program to store current date-time in a COOKIE and
display the ‘Last visited on’ date-time on the web page upon reopening
of the same page.
18. Assume four users user1, user2, user3 and user4 having the passwords
pwd1, pwd2, pwd3 and pwd4 respectively. Write a PHP for doing the
following.
a. Create a Cookie and add these four user ID’s and passwords to
this Cookie.
b. Read the user id and passwords entered in the Login form
(week1) and authenticate with the values (user id and passwords)
available in the cookies.
c. If he is a valid user (i.e., user-name and password match) you
should welcome him by name (user-name) else you should
display “You are not an authenticated user ’’.
19. Develop a PHP application for Online Jop Portal, which contains
Register as a jobseeker or as a job provider, Search jobs on the basis
of skills, city or job title. Perform insert, delete, edit and search operation
20. Design a web application for Student Information system. create tables
and add proper constrains. Perform insert, delete and search operation.
Also produce the report for a batch students and all students.

You might also like