Our Services

Get 15% Discount on your First Order

[rank_math_breadcrumb]

it 405 solve

Description

  • 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.

College of Computing and Informatics

Project
Deadline: Tuesday 22/04/2025 @ 23:59
[Total Mark is 14]
Student Details:

CRN:

Name:
Name:
Name:
Name:

ID:
ID:
ID:
ID:

Instructions:

• 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.

Restricted – ‫مقيد‬

Project Instructions

Pg. 01

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 26/02/2025 (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:

Restricted – ‫مقيد‬

Project Instructions

Pg. 02

Introduction

Explain the idea of the project and the different
functionalities offered by the web application

1

The web application should contain at least one
Form
Handling

form handling. Be sure to validate all the elements
of the form. (1.5 marks)

2

The web application should contain at least one
sticky form (0.5 mark)
MYSQL DB

Create and populate a database in MySQL (at least
3 tables).

2

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 (at

6

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
and Cookies

1

prevent XSS attacks (1 mark)
Security
prevent SQL injection attacks (1 mark)
Total

Restricted – ‫مقيد‬

2
14

Project Instructions

Pg. 03
Important Notes:

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.

Restricted – ‫مقيد‬

Project Instructions

Pg. 04

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.

Restricted – ‫مقيد‬

Introduction

Pg. 05
Learning
Outcome(s):
CLO1: Describe
methods and
tools in designing
a creative and
dynamic website

Restricted – ‫مقيد‬

Introduction

1 mark

Form Handling

Pg. 06
Learning
Outcome(s):
CLO1: Describe
methods and
tools in designing
a creative and
dynamic website
CLO4: Build web
applications using
PHP and MySQL

Restricted – ‫مقيد‬

Form Handling

2 marks

MySQL DB

Pg. 07
Learning
Outcome(s):
CLO3: Create
web databases
using MySQL

Restricted – ‫مقيد‬

MySQL DB

2 marks

SQL + PHP

Pg. 08
Learning
Outcome(s):
CLO4: Build web
applications using
PHP and MySQL

Restricted – ‫مقيد‬

SQL + PHP

6 marks

Sessions and Cookies

Pg. 09
Learning
Outcome(s):
CLO1: Describe
methods and
tools in designing
a creative and
dynamic website
CLO4: Build web
applications using
PHP and MySQL

Restricted – ‫مقيد‬

Sessions and Cookies

1 mark

Security

Pg. 10
Learning
Outcome(s):
CLO1: Describe
methods and
tools in designing
a creative and
dynamic website
CLO4: Build web
applications using
PHP and MySQL

Restricted – ‫مقيد‬

Security

2 marks

Purchase answer to see full
attachment

Share This Post

Email
WhatsApp
Facebook
Twitter
LinkedIn
Pinterest
Reddit

Order a Similar Paper and get 15% Discount on your First Order

Related Questions

Entrepreneurship Question

Description Low Academic Report Guideline(Co-op) (please do not include this text in the final report, just follow its guidelines and use the cover page above) The report should be submitted within two weeks after you finish your Co-op training Program. In addition, the report should be approximately 3000 – 4000,

Internship Report

Description Can you help me write Internship Report College of Administration and Finance Sciences Form No 4- Internship Report Cover Page Student`s Name: Student`s ID: Trainee Department: Training Organization: Field Instructor Signature: Field Instructor Name: Course Title: MGT 430 Internship Start Date: CRN Internship End Date: Academic Year/Semester: For Instructor’s

151 ASS 3

Description see ASSIGNMENT COVER SHEET Course name: Environmental Health Course number: PHC151 CRN: 50519 Assignment title or task: (You can write a question) The hazards of medical waste among the medical staff Student name: XXX Student ID: XXX Submission date: XXX Instructor’s name: Grade: Restricted – ‫مقيد‬ Dr. Eltagi A.

151 ASS 4

Description see ASSIGNMENT COVER SHEET Course name: Environmental Health Course number: PHC151 CRN: 50519 Assignment title or task: (You can write a question) The hazards of medical waste among the medical staff Student name: XXX Student ID: XXX Submission date: XXX Instructor’s name: Grade: Restricted – ‫مقيد‬ Dr. Eltagi A.

Biol 102 ass 5

Description dee College of Health Sciences Department of Public Health ASSIGNMENT COVER SHEET Course name: Introduction to Anatomy and Physiology Course number: BIOL102 CRN 50066 1. Cells a) Provide a well labeled diagram of a human cell. (2 marks) (take image from the internet/book and provide source) b) Name the

499 dis 41 – 1

Description Discussion 1 Students must initiate a post and reply to at least three posts Briefly describe your role in the internship. What differences have you noticed as you have transitioned from your role as student to intern? What new knowledge or skill did you learn since the beginning of

499 dis 41 – 2

Description Discussion two, requires you to answer the following questions:  What did you learn, either from reading or classroom discussions that you applied on the internship?  Which courses/subjects you feel could be expanded or added that would have helped you perform the internship better?  How does this

Internship final report- mgt430

Description It’s all written in the paper. College of Administration and Finance Sciences Form No 4- Internship Report Cover Page Student`s name: Student`s ID #: Training Organization: Trainee Department: Field Instructor Name: Field Instructor Signature: Course Title: CRN: Internship Start Date: Internship End Date: Academic Year/Semester: For Instructor’s Use only

Internship Final Report

Description The report should be submitted about your Co-op training Program ( I did my internship in ARO Drilling, Saudi Arabia as Catalog coordinator ) In addition, the report should be approximately 3000 – 4000, single –spaced and consider taking the following format General instructions for writing the final report:

mng401,jaded

Description Solve the homework correctly without plagiarism. All questions are fully and correctly solved. ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 2 Strategic Management (MGT 401) Due Date: 02/08/2025 @ 23:59 Course

mng245.fawaz

Description Solve the homework correctly without plagiarism. All questions are fully and correctly solved.