Question
A client-server application for students registration system Client side: (HTML, CSS) Write the code for the register.html . The student or the registrar use the
A client-server application for students registration system
- Client side: (HTML, CSS) Write the code for the register.html . The student or the registrar use the client register.html. The student uses enters his login and password in register.html to choose the courses for the next semester. If the course is opened then the students can add it. The students can register up to 18 credit hours. The registrar (login = root, and password = 123) uses register.html to add student, add course, remove a student, and remove a course. See the following run:
Choose one of the following:
Student
Registrar
- If the users chooses student as him to enter login and password. If it is correct give him the following menu:
-add course
-remove a course
if the student chooses "add course" and asks him to select the opened courses and
he can just select any of the opened courses up to a maximum of 18 credits courses.
- If the users chooses Registrar, ask him to enter his log in and password ((login = root, and password = 123). If it is correct give him the following menu:
- add student
- add a course
- remove a student
- and remove a course
*if the registrar chooses "add student", give him a form to add: the name, id, address, specialization of the student so that the server side register.php will add it to the database
* if the registrar chooses " remove a student", ask him to enter the student ID so that the server side register.php will remove him/her.
* if the registrar chooses "add a course", give him a form to add: the name of the course, id of the course, capacity (how many students are allowed to register in this course). * if the registrar chooses " remove a course", ask him to enter the course ID so that the server side register.php will remove it from the database.
Us e the Javascript to make sure that :
-student name can contain only alphabet and spaces
-student id or course id can contain only numbers
-login in can contain only alphabet
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started