subject

Paycheck Calculator PHP
In this assignment you need to create a form to allow the user to enter employee’s name, pay rate, and weekly hours work. That information will be sent to a PHP script that will process and display the employee’s paycheck information.
Your assignment should have two pages. The first page is straight html (user_input. html) that has a form with the appropriate form elements to collect the user input. The form should then be submitted using the POST method to a PHP script (display_paycheck. php) that will process the user input. Screenshot of the user_input. html file (The first page that is straight html).
The PHP script (display_paycheck. php) will receive the user input, assign it to variables, calculate and display the following pay check information:
Please enter employee info
First Name: John
Last Name: Doe
Weekly Hours Worked 40
Hourly Rate 10.75
 Gross Pay (hours worked times pay rate)
 Federal Taxes (10.65% of Gross Pay)
 State Taxes (4% of Gross Pay)
 Social Security Taxes (3.8% of Gross Pay)
 Medicare (1.3% of Gross Pay)
 Total Taxes (Federal + State + Social Security + Medicare)
 Net Pay (Gross Pay – Total Taxes
For all the above calculations, will be assigned to variables that have descriptive names. The PHP script should calculate and display the results in the following format. Notice that the left column of the table is in bold and left justified, and the right column is right justified. There is also a link to return back to the user_input. html page. Screenshot of the results that the second page (display_paycheck. php script) produces

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 11:30
Awell-diversified portfolio needs about 20-25 stocks from different categories is this true or false?
Answers: 2
question
Computers and Technology, 22.06.2019 20:00
Which type of file can be used to import data into a spreadsheet?
Answers: 1
question
Computers and Technology, 23.06.2019 03:00
Jason, samantha, ravi, sheila, and ankit are preparing for an upcoming marathon. each day of the week, they run a certain number of miles and write them into a notebook. at the end of the week, they would like to know the number of miles run each day, the total miles for the week, and average miles run each day. write a program to them analyze their data. your program must contain parallel arrays: an array to store the names of the runners and a two-dimensional array of five rows and seven columns to store the number of miles run by each runner each day. furthermore, your program must contain at least the following functions: a function to read and store the runners’ names and the numbers of miles run each day; a function to find the total miles run by each runner and the average number of miles run each day; and a function to output the results. (you may assume that the input data is stored in a file and each line of data is in the following form: runnername milesday1 milesday2 milesday3 milesday4 milesday5 milesday6 milesday7.)
Answers: 3
question
Computers and Technology, 23.06.2019 09:30
You have been supporting csm tech publishing's windows server 2016 server network for over a year. the office has two windows server 2016 servers running active directory and a number of other roles. management has informed you that a small sales office is opening in the same building three floors up. the sales manager wants to install a sales application on a server located in the sales office. this server will have limited physical security because there's no special room dedicated for it, which means it will be accessible to non-it personnel and visitors. you're considering installing windows server 2016 server core on the new server because accessing its console regularly probably won't be necessary, and this server will be managed from one of the other csm tech publishing servers. what are the benefits and drawbacks of using server core for this branch office? what are some things you should do to set up this server management environment?
Answers: 1
You know the right answer?
Paycheck Calculator PHP
In this assignment you need to create a form to allow the user to ent...
Questions
question
Mathematics, 27.06.2020 19:01
question
Mathematics, 27.06.2020 19:01
Questions on the website: 13722367