Hi Team
I need help, how only the course that the student is registered in and also course status in php and html.
Hi Team
I need help, how only the course that the student is registered in and also course status in php and html.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sangeetha SPosted Nov 26, 2024, 12:49 PM
Hi,
mysqli.Database Structure
courses table:
id(int, primary key)course_name(varchar)status(varchar)registrations table:
id(int, primary key)student_id(int)course_id(int)