Hi,
INSERT form:I have a form with 5 checkboxes. I am storing it in datbase as varchar by combining all checked values with ":"(EX:0:1:2:4). Till here its ok
I am storing data in schoolstate feild with data (0:3).
Now I have a SEARCH form where i will give above 5 check boxes as critera. Now i Strucked at comparing these values to get results.
Now i am not able to get matched records with 0,3 criteria in search form. I am not getting any ideas how to do this?
Please help me. Thanks In advance.
sharma