Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Muscat Lending Company needs a web-based application that will be used for displaying pay slip and employee profile and you are asked to develop it.

image text in transcribed
image text in transcribed
Muscat Lending Company needs a web-based application that will be used for displaying pay slip and employee profile and you are asked to develop it. The table below contains the position and daily rate which will be used for the computation of salary for each employee which should be stored in an associative array POSITION NAME Collector Cashier Manager RATE (OMR) 25 5 75 The owner of the company wants a web form where he can input the following data: Employee id, employee name, position name, and the hours worked. For the position name. the user may select from these options: Collector. Cashier, and Manager. After inputting the data, the program will compute for the salary by multiplying hours worked and the rate use foreach statement to determine the rate. Design and display a pay slip showing the date in the format Sunday Oct-12-2020, the employee name, position name, and the salary in OMR currency S3_code.php file should send URL to WB with employee id and employee name as data tokens, the URL is to request S3_profile.php file. Display the employee id and employee name (Save the file containing the form as S3_form.php, the file that will generate the pay slip as $3_code.php, and the file containing employee profile as $3_profile.php) Output from $3_code.php page Pay Slip Date: Wednesday Oct-21-2020 Employee Name: Ali Mohammed Position Name: Collector Salary: 112.5 OMR Employee Profile Output from S3_profile.php page Employee Profile Page Employee Id: 1212 Employee Name: Ali Mohammed Microsoft Expression Web3

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

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

13th Edition Global Edition

1292263350, 978-1292263359

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago