adding checkbox to a combobox

Posted by Radhe on Stack Overflow See other posts from Stack Overflow or by Radhe
Published on 2010-06-05T11:25:19Z Indexed on 2010/06/05 11:32 UTC
Read the original article Hit count: 239

Filed under:
|
|

I want to add check boxes inside a combo box and then use the values of the checked boxes in my sql query.

Also I need to append the checked values to an array and then use the elements of that array in my sql query. How can I proceed?

© Stack Overflow or respective owner

adding checkbox to a combobox

Posted by Radhe on Stack Overflow See other posts from Stack Overflow or by Radhe
Published on 2010-06-05T12:50:01Z Indexed on 2010/06/05 12:52 UTC
Read the original article Hit count: 239

Filed under:

<select><option><input type="checkbox" />Headache</option></select>

By using the above code i did't get a check box inside a combo box list.Can you suggest me , how should i proceed.

© Stack Overflow or respective owner

Related posts about php

Related posts about sql