Home / Expert Answers / Accounting / task-1-create-php-file-insertion-php-that-takes-input-from-user-as-shown-in-fig-1-user-have-t-pa351

(Solved): Task 1: Create PHP file (insertion.php) that takes input from user as shown in Fig. 1. User have t ...



Task 1: Create PHP file (insertion.php) that takes input from user as shown in Fig. 1. User have
to Enter Data in the Text fi

Task 1: Create PHP file (insertion.php) that takes input from user as shown in Fig. 1. User have to Enter Data in the Text fields in order to Insert Employee Name, Number, Job, Salary and so on. When user click on the "Save to Database” button, all the data should be inserted into Emp table of Scott User. And “Insertion Successful” Message should be displayed on the same file. Enter Records of the Employee Emp_Name : Emp__Num : Job _Title: ManagerID HIREDATE: Salary Commission : Dept_No Save to Database


We have an Answer from Expert

View Expert Answer

Expert Answer


Create the Emp table: create table Emp( Emp_name varchar(20), Emp_num varchar(20), job_title varchar(20), ManagerId varchar(20), HireDate datetime, salary integer, commission double(5,2), deptNo varchar(20)); Here i have created Emp table with Emp_Na
We have an Answer from Expert

Buy This Answer $5

Place Order