Comma Separated search using fine_in_set function of MySql
find_in_set function is used to search comma separated values . For example if you are storing comma separated values of multiple choice like (1,3,5) then you can search it using find_in_set function. Example of...
Recent Comments