12-19-2008, 08:39 PM
|
#5 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by Salathe
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
|
|
|
|