A PHP-based form can do more than just shuffle data between pages and databases. It can also manipulate the data to produce specific results.
For this exercise, you will develop an online mechanism for calculating payroll. The page will work with variables to perform mathematical computations.
Requirements:
1.Your pages must be developed using HTML and saved as PHP files.
2.Your submission page will contain a form that will obtain the following from the user:
a.The name of the fictional company.
b.The current date.
c.The data for the following employees:
NAME
HOURLY RATE
HOURS WORKED
Steve Jones NAME
$15.50 HOURLY RATE
40 HOURS WORKED
Donald Stevens NAME
$28.00 HOURLY RATE
35 HOURS WORKED
Maria Sanchez NAME
$19.00 HOURLY RATE
42 HOURS WORKED
Mark Doe NAME
$20.00 HOURLY RATE
30 HOURS WORKED
John Doe NAME
$21.25 HOURLY RATE
20 HOURS WORKED
3.There must be a button labeled as [Submit] that users can click on to submit the information. Your post page will act as a confirmation for the previous page and display the total pay for each employee.
4.The following need to be submitted at completion:
a.Screen shots of your application illustrating pages with appropriate data entered. Insert the screen shots into a Word document.
b.All site files.

