Description

Description

verey importinte to be finsh tomorrow and it is new no one use it befor

College of Computing and Informatics

Project
Deadline: Tuesday 03/12/2024 @ 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 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:

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

Description

Description • The Assignment must be submitted on Blackboard (WORD format only) via allocated folder. • Assignments submitted through email will not be accepted. • Students are advised to make their work clear and well presented; marks may be reduced for poor presentation. This includes filling your information on the

Description

Description Hello, I’m happy to contact you. I want you to help me solve this assignment, and here are some conditions that I would like to follow, and there are more in the attached file that has all the questions to be solved. The Assignment must be submitted on (WORD

Description

Description Write a complete Java program that allows users to perform basic banking operations 1.Deposit money 2.Withdraw money 3.Check balance 4.Exit Instructions: 1.Create a Java Class: Name the class SimpleBanking. 2.Attributes: Use a static variable to store the account balance (e.g., private static double balance). 3.Method Definitions: Define the following

Description

Description Citing reliable sources – the solution does not match another student’s College of Administration and Finance Sciences Assignment (2) Deadline: 19/04/2025 @ 23:59 Course Name: Auditing principals and procedures Student’s Name: Course Code: ACCT 401 Student’s ID Number: Semester: 2nd CRN: Academic Year: 1446 H For Instructor’s Use only

Description

Description Data Structure project please note that you will need to fallow the instruction on the attached file College of Computing and Informatics Project Deadline: Sunday 20/04/2025 @ 23:59 [Total Marks is 14] Student Details: CRN: ### Name: ### Name: ### Name: ### ID: ### ID: ### ID: ### Instructions:

Description

Description Students are advised to make their work clear and well presented, marks may be reduced for poor presentation. This includes filling your information on the cover page. • Students must mention question number clearly in their answer. • Late submission will NOT be accepted. • Avoid plagiarism, the work

Description

Description These are two assignments for two different subjects. Please pay attention. ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 3 Human Resources Management (MGT211) Due Date: 26/04/2025 @ 23:59 Course Name:HR Management

Description

Description NOO COPING ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 3 Human Resources Management (MGT211) Due Date: 26/04/2025 @ 23:59 Course Name:HR Management Student’s Name: Course Code:MGT211 Student’s ID Number: Semester: Second

Description

Description NO COPING 🙏 ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University Department of Business Administration College of Administrative and Financial Sciences Assignment 3 Due Date: 26th April 2025 @ 23:59 Course Name: Marketing Management Student’s Name: Course Code: MGT

Description

Description NO COPING ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment-3 Strategic Management (MGT 401) Due Date: 26th April 2025 @ 23:59 Course Name: Strategic Management Student’s Name: Course Code: MGT401 Student’s ID

Description

Description NOCOPING , THIS IS two Assignments ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 3 Business Ethics and Organization Social Responsibility (MGT 422) Due Date: 26/04/2025 @ 23:59 Course Name: Business Ethics

Description

Description This is THREE assignments ,, NO COPING ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 3 Introduction to International Business (MGT 321) Due Date: 26/04/2025 @ 23:59 Course Name: Introduction to International

Description

Description It’s three assignments ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 3 Organizational Behaviour (MGT 301) Due Date: 26/04/2025 @ 23:59 Course Name: Organizational Behaviour Student’s Name: Course Code: MGT301 Student’s ID

Description

Description It’s TWO assignments ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University Department of Business Administration College of Administrative and Financial Sciences Assignment 3 Due Date: 26th April 2025 @ 23:59 Course Name: Marketing Management Student’s Name: Course Code: MGT

Description

Description TWO ASSI ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic University College of Administrative and Financial Sciences Assignment 3 Human Resources Management (MGT211) Due Date: 26/04/2025 @ 23:59 Course Name:HR Management Student’s Name: Course Code:MGT211 Student’s ID Number: Semester: Second

Description

Description please make sure to read the full description and follow the instructions. 1- Each answer should be within the limit of 200- 250 words.The Answer must follow the outline points below: Lean Thinking and JIT Concept Agile Supply chain Their Main functions Reasons with suitable Examples Reference ( APA

Description

Description READ THE FULL INSTRUCTION. APA STYLE IN TEXT CITATIONS NOTE: It is mandatory for the students to mention their references, sources and support each answer with at least 2 peer reviewed journal. ‫المملكة العربية السعودية‬ ‫وزارة التعليم‬ ‫الجامعة السعودية اإللكترونية‬ Kingdom of Saudi Arabia Ministry of Education Saudi Electronic

Description

Description Notes: Your answers must include at least 4 scholarly, peer-reviewed references, following a proper referencing style (APA). Please note that these scholarly references can be accessed through the Saudi Digital Library (SDL). Ensure that you support your statements with logic and arguments, citing all referenced sources. 1.5 marks each