You are on page 1of 1

machine problem 1

Create a CRUD script for students.

student information includes:

student id (check if format is valid 17-1001. use regular expressions)

Name (first name, last name)

birthday (check if it is a valid date) or use a datepicker

gender (use radio buttons)

address (text area)

course (drop down, fetch from course table)

email address (check if valid valid, use regular expressions)

You might also like