12-15-2009, 03:52 PM
i need multiple check boxs from a list of "courses" i have in a mysql database i cant figure this out
multiple check boxs
|
12-15-2009, 03:52 PM
i need multiple check boxs from a list of "courses" i have in a mysql database i cant figure this out
12-15-2009, 04:19 PM
Provide the source where you're expiriencing the problem.
Or do you want an example?
12-15-2009, 06:16 PM
more of an example
like kinda what im looking for is check boxes each one a differnt class wich is in a database (i have the courses in the database) user registers taken to this page(have that) and the selected all the courses there in and hit submit it will sign there user_id to the class_id if that makes sense?
Not knowing your database structure it'd be hard to give accurate queries but this is what I'd do:
PHP Code: <?php Then you'd get something like 1|2|4|8|16 as a list of courses associated to each use, that's how I'd arrange it.
MyBB Support Team Lead
|
« Next Oldest | Next Newest »
|