Good Morning, I have problem with check box using PHP. I want to make course registration form. In that form contain 2 type of course that user must select. Course 1 - Course Related to Teaching and Learning. Under this option contain 4 different course. Course 2 - Course Related to Teching with Teachnology. Under this option contain 4 other different course. I want to make user can tick multiple choice on both section.

Course 1 - Course Related to Teaching and Learning
0 Course one
0 Course two
0 Course three
0 Course four

Course 2 - Course Related to Teaching with Technology
0 Course one
0 Course two
0 Course three
0 Course four

I would be appreciate if anybody can develop the code for form and backend coding for me. I have try for 3 week to develop the code to insert to mysql database using check box but fail

thank you

PHP is a server-side language. You will need to use Javascript or something similar when working with your interface.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.