Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Scenario You are asked to create registration form for students to register in an international competition, students should pay some fee in order to complete

image text in transcribed
image text in transcribed
Scenario You are asked to create registration form for students to register in an international competition, students should pay some fee in order to complete their registration. The designed web form will enable students to enter the following data: student Id, student name, student gender, telephone and country. Country should include Oman, Qatar and Bahrain. Student should enter his/her country code in telephone filed (ex: code of Oman is 00968 followed by the mobile number). The table below contains the country and the fee which will be used for the computation of total fee which students need to pay to complete their registration. Use associative array to save the below table. Country Fee(OMR) Oman 14.75 Qatar 17.13 Bahrain 15.25 For a limited time, the competition organizers give discounts to students as follows: if he registered student from Oman then discount is 7% offee, while if the registered student from Qatar the discount is 5% offee, otherwise discount is 6.6% offee. The total fee is calculated by subtracting discount from the fee. Display registration bill which include the following details: 1. Title as "Registration Bilr. 2. Date of the Bill in the format of "Sunday Oct 2020 10:33:45 AM" 3. Student name in capital letter. 4. Student gender 5. Student telephone - subtract the country code and display phone number. 6. Country in small letter. 7. Format the total fee to 6 digits, three digits after the period () the page code.php file should include URL link. When the student clicks on the link, the student id, student name and country will be send as data tokens to profile.php file. The following details should be display in profile.php file: 1. student id, 2. student name. 3. length of student name and 4. country Save the file containing the form as form.php, the file that will compute and display registration fee as code.php, and the file containing the student profile as profile.php) Note: name your folder as-name-id", compress your folder before uploading it to the required link in the e-learning Microsoft Expression Web 4 2010 Microsoft Corporation Scenario You are asked to create registration form for students to register in an international competition, students should pay some fee in order to complete their registration. The designed web form will enable students to enter the following data: student Id, student name, student gender, telephone and country. Country should include Oman, Qatar and Bahrain. Student should enter his/her country code in telephone filed (ex: code of Oman is 00968 followed by the mobile number). The table below contains the country and the fee which will be used for the computation of total fee which students need to pay to complete their registration. Use associative array to save the below table. Country Fee(OMR) Oman 14.75 Qatar 17.13 Bahrain 15.25 For a limited time, the competition organizers give discounts to students as follows: if he registered student from Oman then discount is 7% offee, while if the registered student from Qatar the discount is 5% offee, otherwise discount is 6.6% offee. The total fee is calculated by subtracting discount from the fee. Display registration bill which include the following details: 1. Title as "Registration Bilr. 2. Date of the Bill in the format of "Sunday Oct 2020 10:33:45 AM" 3. Student name in capital letter. 4. Student gender 5. Student telephone - subtract the country code and display phone number. 6. Country in small letter. 7. Format the total fee to 6 digits, three digits after the period () the page code.php file should include URL link. When the student clicks on the link, the student id, student name and country will be send as data tokens to profile.php file. The following details should be display in profile.php file: 1. student id, 2. student name. 3. length of student name and 4. country Save the file containing the form as form.php, the file that will compute and display registration fee as code.php, and the file containing the student profile as profile.php) Note: name your folder as-name-id", compress your folder before uploading it to the required link in the e-learning Microsoft Expression Web 4 2010 Microsoft Corporation

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_2

Step: 3

blur-text-image_3

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

DB2 11 The Ultimate Database For Cloud Analytics And Mobile

Authors: John Campbell, Chris Crone, Gareth Jones, Surekha Parekh, Jay Yothers

1st Edition

1583474013, 978-1583474013

More Books

Students also viewed these Databases questions