php checkbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SSG001
    New Member
    • Oct 2007
    • 110

    php checkbox

    I am taking some text boxes values on top and then showing categories I need that user can select multiple categories using checkbox and when press Ok the same to be GET on top and shown whichever checked
    and then as per the selected categories show the other details from the table
    Can someone help
  • Claus Mygind
    Contributor
    • Mar 2008
    • 571

    #2
    I think this link answers your question.

    You say: "when press Ok".

    This uses the POST method of submitting the form, which is what I presume you are asking?

    Comment

    Working...