Question: - Personal information: First name: Last name: Assuming that clicking the submit button would send the form details to a script called process.php , write
Personal information:
First name:
Last name:
Assuming that clicking the submit button would send the form details to a script called
process.php write HTML that would display the form shown above. Indent your tags
so that it is clear which tags are pairing.
b Write code for process.php if this script gets form data above and persists it to a mysql
database table called student. Assume the following,
Database name : examDB
Table schema : student id firstname, lastname
NB It means the database has a single table called student with id as primary key, first
and last name fields
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
