Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
MySQL Match issue
SELECT id, MATCH (content) AGAINST (content) AS score FROM pms_messages WHERE sender_id = '.$sender_id.' AND MATCH (content) AGAINST (content) AND score > 1;