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.
[10]
(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
[10]
- Personal information: First name: Last name:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!