Forum Moderators: coopster
Now
I can make a select with WHERE rules where one or more value is contains in VALUE fieds.
For example I must check if 2 or 3 is contains in one VALUE field
$research_number="2,3"
So I must say
select ids from mytable where VALUE in ($research_number)
But isn't corrett because VALUE can be 2,8,1 and research exact corrispondance ..
How can "break" and research "more to more" ?
thks