Calculate the employee’s weekly salary.
Use 2 textboxes called: Hours Worked & Wage. (Only 2 textboxes)
Use PHP (Use $POST super global when you work with received formfields) & HTML as the form.
– If the user enters a number greater then 40, calculateovertime.
– If the user enters a letter for either text box or 0, send outan error message.
– If the user enters a number greater then 60, send out an errormessage.
Expert Answer
An answer will be send to you shortly. . . . .