Hi,
I have 4 checkboxes.
red
black
brown
white
What i am trying suppose if red is checked then my query execute
"Select * from tbl where color='red'";
similarly for black
"Select * from tbl where color='black'";
Need suggestions.I have knowledge of PHP,Mysql but not of java script,ajax