Question: 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.

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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!