Question: Client - Side Programming - HTML Forms & Server - Side PHP processing [ 2 0 p ] Use HTML to create a contact form
ClientSide Programming HTML Forms & ServerSide PHP processing
p Use HTML to create a contact form where a user would fill the personal information with the option of saving it to a text file see Fig.
p Create a "Thank you" page that the user gets to after successfully submitting the information Fig
Thanks for Registration!
Your information is:
Fig. Dialogue window for the client
p Create a page that lists all the contacts saved with links from the main page to it Fig
Existing contacts
First Name: John
Last Name: Smith
Address: Abercorn St
State: GA
Zip:
Telephone:
Email:
johnsmith@email.com
Return to the main page
Fig. Dialogue window with existing contacts
p Mandatory. All potential user input errorsmistakes MUST be processed with corresponding messages you can do this with JavaScript or other HTML functions Make sure you have at least valid contacts in the file. Please make sure you comment and indent your code. A points penalty will be assessed if comments are not available. While you are NOT allowed to cutpaste JavaScript code from the web, you may study code examples available on the web, as well as the ones discussed in our discussion forum. HINT: HTML also provides ways to check for user input errors
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
