find multiple values from a table field
pls help me.
URGENT
i have multiple values in a table field. I want to search multiple fields in this field. How?
my table name is listing
In listing i have a field/column ...community and in community field i have values like 1,2,3,4,5,6,7.
I want to find the multiple values selected by the user through check box.
e.g. if the user selects 1,3,4,5,2 thru checkbox how will i find these values from community field in mysql.
pls help me
thanx in advance
|