Hi, I'm a starter for php and I've few questions and hoping to be able to find some solutions here. Can anyone explain to be step by step and point out my mistake if there's any! thanks (:
I'm doing a list of checkbox for selecting data. This is what I want it to look like. It's for jobseeker to check their qualification.

I've also inserted the data into my database, but im not sure if i've done it correctly. Should i insert all the data into 1 table or separate them into different table like what I've done? Examples found online only have 1 table(eg. Courses) so I'm not sure did i insert it correctly for so many tables.

Example: For courses, this is the database.

I wanted to create another page for the employer that are looking for jobseeker to select the most suitable candidates by checking on the checkbox and retrieve the data.
I'm not very sure with the codings for the filtering the data and link both checkboxes page up. Can someone enlighten me and tell me how many pages I need and what is needed inside the codes? Thanks!
I'm doing a list of checkbox for selecting data. This is what I want it to look like. It's for jobseeker to check their qualification.
I've also inserted the data into my database, but im not sure if i've done it correctly. Should i insert all the data into 1 table or separate them into different table like what I've done? Examples found online only have 1 table(eg. Courses) so I'm not sure did i insert it correctly for so many tables.
Example: For courses, this is the database.
I wanted to create another page for the employer that are looking for jobseeker to select the most suitable candidates by checking on the checkbox and retrieve the data.
I'm not very sure with the codings for the filtering the data and link both checkboxes page up. Can someone enlighten me and tell me how many pages I need and what is needed inside the codes? Thanks!
Comment