Results 1 to 2 of 2

Thread: Multiple Value Entry

  1. #1
    Join Date
    Aug 2008
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Multiple Value Entry

    I want to enter multiple values in one database field. For instance, an online store product that comes in 5 colors. I want the product insertion form to contain checkboxes of color names. Maybe 10. Red, pink, blue, etc.

    Then have the user who is inserting the product check all the applicable colors to the specific product and store all the values under one name. Say productColors. I'll then set up a dynamic drop down menu on the product page that will retrieve the specified colors for that product.

    Not sure how to do this. Thanks!

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    For a limited set of possible values, I would recommend a bitset.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •