This question is related to server side programming.... please use PHP to give the answer.
a) b) c) d) Form1 Student Login form Student Id: Password: Login Form2 Course Registration form Course Name: Select Course Register Using the above given 'Student Course Registration system flow. Use the 'University database. Write an HTML program to create Form1. Using php-mysql api, create a form handler for Form 1 which should verify the existence of the student with the database [table to use: student profile] If the student doesn't exist, give appropriate message or go to Form 2. Form 2 is meant for student to register for course. Create the form which shows list of courses [course_details table] in the select list. Student can select a course and register for it. The Details which is student_id and corresponding course_id will be stored in student_courses table. After he Registers, redirect the student to the same form so he can register for as many courses as he wants. But before registering check with the table first if he has already registered.
This question is related to server side programming.... please use PHP to give the answer.
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am