#import "/tpl.typ": * #show: A => apply(A) #set raw(lang: "php") #set par(leading: 0.725em) #assignment(1)[ Create a table `Student` in a MySQL database containing the fields `name`, `roll`, `city`, `email` and `date_of_birth` and insert 5 records into this table and display them using PHP. ] #scos(1)[ === Form page #align(center, image("/output/1/1.png", width: 60%)) === Display record #image("/output/1/2.png", width: 100%) ]