This question is related to server side programming.... please use PHP to give the answer.

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

This question is related to server side programming.... please use PHP to give the answer.

Post by answerhappygod »

This question is related to server side programming.... please use PHP to give the answer.
This Question Is Related To Server Side Programming Please Use Php To Give The Answer 1
This Question Is Related To Server Side Programming Please Use Php To Give The Answer 1 (42.4 KiB) Viewed 21 times
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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply