RAJDAVINDER Posted October 19, 2007 Share Posted October 19, 2007 hI I am working on some search which include multiple checkboxes First of all i am inserting into database values of checkboxes in one column by conncatinating them using comma like ram,ashok,raj,etc.. then i make a serch page in which i include same check boxes , now i want to compare the database search column values with search page checkbox values checked by user. i am using data base query : select * from table_name where search_column in (search_values) in this query search_column is databse column having values like 2,4,5,6,7 and search_values are checkbox values comming from search page like 3,5,6,7 can anybuddy please help me its very urgent for me Thanks Quote Link to comment https://forums.phpfreaks.com/topic/73913-search-help-needed/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.