Re: [PHP] Multiple Select Field

2005-04-03 Thread Tom Rogers
Hi, Monday, April 4, 2005, 2:58:36 AM, you wrote: RK> Please excuse the length and complexity of this post. I am facing a RK> complicated problem and need to find a solution. Also, I have posted this RK> on both PHP and MySQL boards so please overlook the possibly slightly RK> off-topic subject.

Re: [PHP] Multiple Select Field

2005-04-03 Thread Marek Kilimajer
FIND_IN_SET(str,strlist) Returns a value 1 to N if the string str is in the string list strlist consisting of N substrings. A string list is a string composed of substrings separated by `,' characters. If the first argument is a constant string and the second is a column of type SET, the FIND_I