Checkboxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xueping
    New Member
    • Nov 2009
    • 1

    Checkboxes

    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.
    Click image for larger version

Name:	posting.jpg
Views:	1
Size:	29.4 KB
ID:	5415786

    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.
    Click image for larger version

Name:	database.jpg
Views:	1
Size:	19.0 KB
ID:	5415787

    Example: For courses, this is the database.
    Click image for larger version

Name:	insidecourses.jpg
Views:	1
Size:	19.4 KB
ID:	5415788

    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!
    Last edited by Dormilich; Nov 23 '09, 11:17 PM. Reason: correct English increases your chances for a proper answer
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    Your questions are general and vague, thus the answer you'll receive will also be vague or even a reply question:

    1. I can't enlighten you on how many pages. this depends on your application and its architecture

    2. What example do you need help with inside the code?

    You can give me an overall goal of the application and I can help you structure the tables.

    The PHP code, you have to learn to do DB insertions from a tutorial and ask questions here when you get stuck.


    Cheers,



    Dan

    Comment

    Working...