Jump to content

SEARCH HELP NEEDED


RAJDAVINDER

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/73913-search-help-needed/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.