Question: Please solve as soon as possible, I want to write the code for this screen using the ( html and php ) language. Do not

Please solve as soon as possible,
I want to write the code for this screen using the (html and php) language. Do not use (css and script or other). I assume that we have a file named (information.php) that contains data inside an array, and this is it.:
new Student(1, 'John', 'Doe', 'Male', '1990-01-01','123 Main St', 'Cityville', 'Countryland', '123456789'),
'2'=> new Student(2, 'Jane', 'Smith', 'Female', '1988-05-15','456 Oak St', 'Townburg', 'Countryland', '987654321'),
'3'=> new Student(3, 'Bob', 'Johnson', 'Male', '1989-09-30','789 Pine St', 'Villagetown', 'Countryland', '555555555'),
'4'=> new Student(4, 'Alice', 'Brown', 'Female', '1987-03-20','101 Cedar St', 'Hamletville', 'Countryland', '777777777'),
'5'=> new Student(5, 'Charlie', 'Wilson', 'Male', '1995-11-10','202 Elm St', 'Cityburg', 'Countryland', '111111111'),
];
?>
When a new student is introduced, we can add it to these students file
When you enter the students ID and press the View button, the rest of his data, if any, can be displayed
When you press the erase button, all data within the fields is erased
When entering the ID of a specific student, changing his information, and pressing the Update button, his information will be changed inside the array inside file
 Please solve as soon as possible, I want to write the

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!