Inserting multiple checkbox values

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Inserting multiple checkbox values

    Hi There I have a list of items (approximately 500) generated from the
    database. Each item has a checkbox next to it. I now need to insert all the
    items in one insert statement where the checkbox was ticked by the user. Can
    anybody help or direct me to a url that may help? I truly appreciate any
    information! Regards Sharon

    SharonM Guest

  2. Similar Questions and Discussions

    1. Losing checkbox values when saving PDF
      Hi, I have been looking at this problem for 2 days now, changing numerous properties and trying different coding approaches and nothing works. ...
    2. Flash Checkbox values not responding
      Hi. My checkbox values are responding with yes and no instead of the values of the input tag in Flash Forms. I'm using CF7Developer and I'm...
    3. Summarize values when checkbox is checked
      Hello all, The output of some query shows for example 10 records with invoice prices. Before each record is an unchecked checkbox. What I like to...
    4. How to bind checkbox to one of the values of a datagrid
      Hello All, I hope someone can enlighten me, all of the examples and posts Ihave read and sifted through doesn't pertain to what i wouldlike to do...
    5. [PHP] retrieving form checkbox values
      This is not necessary, you can do foreach($_POST as $file) { // ... } George Pitcher wrote:
  3. #2

    Default Re: Inserting multiple checkbox values

    Sharon

    This article is about about multiple updates with checkboxes, but the insert
    action is essentially the same with a slightly different SQL statement.

    [url]http://www.drdev.net/article11.asp[/url]



    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "SharonM" <webforumsuser@macromedia.com> wrote in message
    news:cvufr3$ovu$1@forums.macromedia.com...
    > Hi There I have a list of items (approximately 500) generated from the
    > database. Each item has a checkbox next to it. I now need to insert all
    the
    > items in one insert statement where the checkbox was ticked by the user.
    Can
    > anybody help or direct me to a url that may help? I truly appreciate any
    > information! Regards Sharon
    >

    Paul Whitham TMM Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139