Here is the exact question. Hope all the experts here can help me. TQVM
The net salary of a staff member in a MKC Smart Services in Seri Putra, Bangi is
calculated using the following formula:
Net Salary = Basic salary +12% allowance – (11% EPF + 2% SOCSO)
Calculate the 12% allowance, 11% EPF contribution and 2% SOCSO from basic
salary. Using PHP, create a form to receive the name and basic salary of the staff.
Retrieve the values from the form to get the net salary of the staff, and display
them on the output file
The net salary of a staff member in a MKC Smart Services in Seri Putra, Bangi is
calculated using the following formula:
Net Salary = Basic salary +12% allowance – (11% EPF + 2% SOCSO)
Calculate the 12% allowance, 11% EPF contribution and 2% SOCSO from basic
salary. Using PHP, create a form to receive the name and basic salary of the staff.
Retrieve the values from the form to get the net salary of the staff, and display
them on the output file