View Single Post
Old 12-19-2008, 08:39 PM   #5 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Salathe View Post
Give us some code (PHP & SQL), for us to re-create the problem, and we can move along from there. Without that, we've no idea what mistakes you might be making and "it doesn't work" is never enough to go on.
The SQL won't help you. since it's just an average sql query for full text query expansion.. but w/e
sql Code:
SELECT * FROM `logs`
    WHERE MATCH (logmsg)
    AGAINST ( '".$o_Filter->slashes(urldecode($sq))."' WITH QUERY EXPANSION );
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote