Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Purpose Practice the operation of the Web server. Apply the knowledge learned in chapter 2 for form creation, post method, and variables access with html

Purpose

Practice the operation of the Web server. Apply the knowledge learned in chapter 2 for form creation, post method, and variables access with html language

Instruction

This assignment does not require a database connection for storing data. You only need to create two html files and two php files. It may be used for the future term project as a login web page.

Create a login.html page as your entry page which includes at least your name, a logo and a login area containing User Name/Password text boxes and a Submit button.It also provides a allows a register link for a user to register when a use does not have a login in the first time access.

Create a registration.html page allow a user to provide necessary information for creating an account when the user click register link.

When a user types login name and password and click Submit, a web page should display the login id and password with a Welcome message. The login_handle.psp will be the receiving page to process the login.html.

When a user types all required information on the registration form (including first name, last name, user name, password, email address, gender, and address) and click Submit, a page should display what a user has typed in this account and a successful message for registration. The registration_handle.php will be the receiving page to process registration information from the registration.html.

Thing to Submit

An login.html,

a login_handle.psp (when a user click Submit in index.html page),

a registration.html. and

a registration_handle.php.

Submit screen shots to show the correct response for login and registration pages. Use Snipping tool to create the screen shots.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions