Updating my database with the use of checkboxes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • l1k3kah
    New Member
    • May 2007
    • 2

    Updating my database with the use of checkboxes

    How to update mydatabase when the data needed is in checkboxes and the value to be saved is either true/false-yes/no?
    How can I get the records which needed to be updated...with the use of checkboxes.
    additional this checkboxes' value are to be inserted also in the database.

    Thanks!
    God Bless!
  • webguy
    New Member
    • May 2007
    • 1

    #2
    If your using access make the database fields text and use <input type="checkbox" name="whatever" value="yes" checked>

    Comment

    Working...