MySQL query using multiple criteria from checkboxes

Posted by jungle_programmer on Stack Overflow See other posts from Stack Overflow or by jungle_programmer
Published on 2010-04-22T19:53:49Z Indexed on 2010/04/22 20:13 UTC
Read the original article Hit count: 203

Filed under:
|
|
|
|

I would like to do a multiple search query usig multiple checkboxes which represent particular textboxes.

How do i create a mysql query which will be filtering the checked and unchecked checkboxes (probably using if statements)?
The query should be able to filter the checked and ucnchecked boxes and query them using the AND condition.

Thanks

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql