Posts

Showing posts from December, 2022

Student Registration form using PHP

Image
 Design Screensort:  code : < html > < head > < style > p { color : red ;} </ style > </ head > < Center > < h1 > Student Registration </ h1 > </ Center > < h1 > Enter the student details </ h1 > < body > < form method = "post" > < p > Enter Name </ p > < input type = "text" name = "name" /> < p > Enter registration ID </ p > < input type "text" name = "Number" /> < p > Enter the college ID </ p > < input type = "text" name = "cid" /> < p > course Type </ p > < input type = "radio" name = "course" value = "UG" > UG < input type = "radio" name = "course" value = "PG" > PG < p > select gender </ P > < input type = "radio" name = "gender"