I am having some real troulble trying to get multiple inserts based on checkmarks...is there a good tutorial anywhere I could look at. Basically what I am going is clicking on a course link and passing that as a variable to page2. On page to is a list of users with a check box. what I want to to do is have the user be able to click the users, click submit and then use another php page/file to submit that to the db (submitting coursename from the variable/session, and the users that were checked.
I am having a real hard time doing it, was able to get something into the db,but not what I want...thanks