Hey,
I am trying to create a registration system.
A student can choose one or many subjects. I created a join table for the selected subjects which stores the student’s id and then the subject id.
Problem is, i want this all to happen in one form. and when the student selects the options(with check-boxes) i save once to both the student table and then join table.
I don’t know how to quite get along with this.
Thanks for any suggestions.