Question: Question 1 . Use phpMyAdmin to create a database called Recruitment _ yourID that contains the JobApplications table defined as follows: JobApplications Field name Data
Question Use phpMyAdmin to create a database called RecruitmentyourID that contains the JobApplications table defined as follows:
JobApplications
Field name Data type Length Constraint
applicationID INT Primary key ; AutoIncrement
firstName Varchar Not Null,
lastName Varchar Not Null
Nationality Varchar Not Null
dateOfBirth Date Not Null
userEmail Varchar Foreign key references userEmail in users table
lastDegree Varchar Not Null
Specialization Varchar Not Null
positionAppliedFor Varchar Not Null
Question Download the jobApplication.html file which renders the above form, read carefully the HTML code then write the PHP script addApplicationphp that is able to collect application data from the given form then add these details to the JobApplications table. The script should render the message Your application has been saved successfully in case the task is executed properly.
Hint: create a folder with your ID then put the following files inside it:
Your database as sql file you need to import the database from phpMyAdmin
jobApplication.html
addApplication.php
Compress the file then submit it Moodle
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
