Hello, i have a table with several fields, i want to perform a fulltext search.
I've tried this sql command :
with field1, 2 and 3 in the same fulltext index.PHP Code:SELECT * FROM table WHERE MATCH(field1,field2,field3) AGAINST('$search');
Before that i tried with seperated fulltext index but it didn't work anyway.
I don't understand how i can do that!
Please help ! :'(





Bookmarks