I want the values of the check box checked alogn with other information

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saiabhi
    New Member
    • Nov 2009
    • 4

    I want the values of the check box checked alogn with other information

    I have database called products, i am getting these value in the table and i want to add a chex box in the last row, when i select the check box and click on submit.
    my output should be in another php file where i shoule get all the contnet which i checked in the table format
    --------------------------
    pro id Name checked
    --------------------------
    1 abc yes
    2 xyz no
    3 mno yes

    my output should be

    --------------------------
    pro id Name checked
    --------------------------
    1 abc yes
    3 mno yes

    please help
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    #2
    Its not just what you need.
    It is
    -> What you need
    -> What you did
    -> What is possibly went wrong

    Then people may think to assist you

    Comment

    Working...