COM427 ASSIGNMENT 3----RESIT 40% contribution to final mark. Design interactive components for secure web service with login and session: 1. Implement register component (register.html and register.php) to allow user to sign in with username / password, etc; 2. Implement login component (login.html and login.php)
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 ratings0% found this document useful (0 votes)
79 views1 page
Assignment 3
COM427 ASSIGNMENT 3----RESIT 40% contribution to final mark. Design interactive components for secure web service with login and session: 1. Implement register component (register.html and register.php) to allow user to sign in with username / password, etc; 2. Implement login component (login.html and login.php)
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/ 1
COM427
ASSIGNMENT
3--
Resit
40%
contribution
to
final
mark
Deadline:
11:00
Thursday
28
July
2016
Submission:
School
Office
16G24
Specifications:
3A-1
Advanced
DB/SQL:
create
advanced_sql.html,
including
links
to
sql8,
sql9
and
sql10.php
files
1. Design
and
implement
a
case
(file
name
with
sql8.php)
similar
to
the
example
on
Page
18
in
slide
Week_17.1_Advanced_SQL.pdf
2. Design
and
implement
a
case
(file
name
with
sql9.php)
similar
to
the
example
on
Page
19
in
slide
Week_17.1_Advanced_SQL.pdf
3. Design
and
implement
a
case
(file
name
with
sql10.php)
to
allow
user
to
add
a
new
column
to
a
table
3A-2.
Design
interactive
components
for
secure
web
service
with
Login
&
session:
1. Implement
register
component
(register.html
and
register.php)
to
allow
user
to
sign
up
with
username/password,
etc;
2. Implement
login
component
(login.html
and
login.php)
to
allow
user
sign
in
with
user
name
and
password;
After
users
successful
sign-in,
use
session/cookies
to
identify
user;
3. Implement
logout
component
(logout.php)
to
allow
user
to
sign
out;
4. Copy
all
sql1.php-sql7.php
files
from
assignment
2
into
assignment427_03
folder,
add
appropriate
sessions
to
those
sql{i}.php
(from
sql1.php
to
sql10.php)so
that
a. If
user
visits
any
sql{i}.php
without
signing
in;
ask
them
to
login
first
with
login.html;
b. If
user
has
signed
in
already,
display
the
query
etc
on
the
page.