I am using MySQL and PHP for my project.
My database has two tables named Courses and Curriculum.
I am trying to populate one scrollable list so the administrator can see the available courses that can be assigned to a student while the second scrollable list displays courses that have already been assigned to the student's curriculum.
Is it possible to have a radio button associated with each available course in the first scrollable list? In this way, the administrator can select multiple available courses to add by clicking it's associated radio button.
Any idea on the best way to solve this? Is this best approach?
Any help would be greatly appreciated.
Thanks,
Scott Baker