Question: Comment = I have done the html and php for form 1. pLEASE HELP ME WITH php for form 2 and how to create databases


Comment = I have done the html and php for form 1. pLEASE HELP ME WITH php for form 2 and how to create databases on phpmyadmin. PLEASE PROVIDE SCREENSHOTS
STUDENT LOGIN ID: PASSWORD: Login 1 COURSE REGISTRATION Based on the above: - Create the following; - Database miu - Table student_detail Table course_detail Table student_course - Each table should have the relevant fields. Store at least TWO (2) users in student_detail, and at least TWO (2) courses in course_detail. - Reproduce Form 1 and Form 2 (client-side validation required). Form 1 should be able to verify the existence of a user from student_detail. Display appropriate message for invalid ID or password. Otherwise, proceed to Form 2. - Form 2 is intended for the user to choose and register a course. The form should be able to show the list of courses from course_detail. Correspondingly, once the user chooses a course and clicks register, information such as student_id (from student_detail) and course_name (from course_detail) would be stored, or copied, into student_course. Display appropriate message for successful or fail registration
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
