Jay Blanchard wrote: > [snip] > http://us2.php.net/variables.external > [/snip] > > BINGO! We have a winner! > > It can be as simple as adding an id to each checkbox; > > <input type="checkbox" id="list37" name="list37[]" value="4" /> > > By doing this I did not have to change the function or the function > calls. JS recognizes the boxes by id, PHP recognizes the array. > > There were some other more complex solutions listed.....but I believe in > KISS.... > Shouldn't ID's on xhtml tags be unique? Or is this special because of the array construction? Gr, Koen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php