0% found this document useful (0 votes)
19 views15 pages

attachment_1 (1) (19)

Uploaded by

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

attachment_1 (1) (19)

Uploaded by

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

College of Computing and Informatics

E-Portals Development
IT405

Instructions:
Project
Deadline: Tuesday 03/12/2024 @ 23:59
 You must submit two separate copies (one Word file and one PDF file) using the Assignment Template on
Blackboard via the allocated folder. These files must not be in compressed format.
 It is your responsibility to check and make sure that you have uploaded both the correct files.
 Zero mark will be given if you try to bypass the SafeAssign (e.g. misspell words, remove spaces between
words, hide characters, use different character sets, convert text into image or languages other than English
or any kind of manipulation).
 Email submission will not be accepted.
 You are advised to make your work clear and well-presented. This includes filling your information on the
cover page.
 You must use this template, failing which will result in zero mark.
 You MUST show all your work, and text must not be converted into an image, unless specified otherwise by
the question.
 Late submission will result in ZERO mark.
 The work should be your own, copying from students or other resources will result in ZERO mark.
 Use Times New Roman font for all your answers.

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 1 Instructions

Project Instructions
 The work on this project must be performed by a group (minimum 3
and maximum 4 students).
 Each group leader must send an email with the team member's
details (name & id) on 03/12/2024 (midnight). Note each group
should needs to be approved by your instructor.
 The work should be your own; copying from students or other
resources will result in ZERO marks.
 Submit the source code and all your application-related files in a
separate zip file. Do not forget to document (comment) on your code.

 Work should be your own, copying from students or other resources


will result in ZERO marks.
 You MUST show all your application code as text, code must not be
converted into an image.
 You are advised to make your work clear and well-presented; marks
may be reduced for poor presentation. This includes filling in your
information on the cover page.
 This project is worth 14 marks.

Project Overview:

In this project, you need to build a website based on your chosen idea. The
Website must cover all aspects of the course (Form handling, Sticky forms,
MySQL DB, sending email and handling file uploads, Sessions and Cookies,
prevent XSS attacks and SQL injection attacks) as follows:

Res Introduction Explain the idea of the project and the different 1
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 2 Instructions

functionalities offered by the web application

The web application should contain at least one


form handling. Be sure to validate all the elements
Form
of the form. (1.5 marks) 2
Handling
The web application should contain at least one
sticky form (0.5 mark)

Create and populate a database in MySQL (at


MYSQL DB 2
least 3 tables).

Select records from MySQL database using PHP


(at least 3 requests). Display the results using
different methods (Table, Lists,…) (3 marks)

SQL + PHP Insert records into MySQL database using PHP 6


(at least 2 requests) (1.5 marks)

Update records into MySQL database using PHP


(at least 2 requests) (1.5 marks)

Sessions
Use sessions and cookies in your web application 1
and Cookies

prevent XSS attacks (1 mark)


Security 2
prevent SQL injection attacks (1 mark)

Total 14

Important Notes:

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 3 Instructions

 The number of Web pages within the Website must be at least 8 web
pages.
 The Website must connect to a database (3 Select + 2 Insert + 2
Update queries)
 The project needs to be submitted in BB (as an assignment) by the
Leader of the group members. Your project must be original work. The
project will be checked using a plagiarism tool. Any matching with an
online project or another/previous student project will be given
ZERO.

Each student/group has to prepare


1. IT405_Project.zip
The zip file contains all the files of the web application
2. IT405_Project.docx + IT405_Project.pdf:
a. The student must use the same file (IT405_Project.docx) to
prepare group answers. He should add an introduction where
he explains the project idea and the different functionalities
offered by the web application.
b. For the Form handling part, the student must copy and paste,
for each web page, his/her HTML script and add a screenshot of
the output with a brief explication. The screenshots must cover
different scenarios.
c. For the MYSQL DB part, the student must copy and paste the
SQL code used to create and populate the database and add a
screenshot of the different tables of the created database in
MYSQL.

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 4 Instructions

d. For the part SQL + PHP, the student must copy and paste the
PHP code and add screenshots of the output with a brief
explication of each functionality of the web application.
For the insertion and the update of the records, the student must
also add screenshots of the modified tables before and after
the execution of the PHP code.
e. For the Sessions + cookies part, the student should explain
how the sessions and cookies have been used in the web
application.
f. For the Security part, the student must copy and paste, his/her
code and add a screenshot of the output (of different
scenarios) with a brief explication.

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 5 Instructions

1 mark
Learning
Outcome(s): Introduction
CLO1: Describe
methods and
tools in designing
a creative and
dynamic website

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 6 Instructions

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 7 Instructions

2 marks
Learning
Outcome(s): Form Handling
CLO1: Describe
methods and
tools in designing
a creative and
dynamic website

CLO4: Build web


applications using
PHP and MySQL

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 8 Instructions

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 9 Instructions

2 marks
Learning
Outcome(s): MySQL DB
CLO3: Create
web databases
using MySQL

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 10 Instructions

6 marks
Learning
Outcome(s): SQL + PHP
CLO4: Build web
applications using
PHP and MySQL

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 11 Instructions

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 12 Instructions

1 mark
Learning
Outcome(s): Sessions and Cookies
CLO1: Describe
methods and
tools in designing
a creative and
dynamic website

CLO4: Build web


applications using
PHP and MySQL

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 13 Instructions

Res
tric
ted
-
‫مقي‬
‫د‬
Project InstructionsProject
Pg. 14 Instructions

2 marks
Learning
Outcome(s): Security
CLO1: Describe
methods and
tools in designing
a creative and
dynamic website

CLO4: Build web


applications using
PHP and MySQL

Res
tric
ted
-
‫مقي‬
‫د‬

You might also like