When I do SELECT * FROM tbl_name WHERE FIND_IN_SET('value',set_col)>0 LIMIT 0,5;
directly in MySQL it works fine. When I do it in PHP it doesn't work. When I take out the LIMIT it works in PHP also.
Can anyone get this to work? What am I doing wrong here?
Thanks,
Doug
directly in MySQL it works fine. When I do it in PHP it doesn't work. When I take out the LIMIT it works in PHP also.
Can anyone get this to work? What am I doing wrong here?
Thanks,
Doug