$search="test+1+2+3+4" $searcha=explode("+",$search); SELECT * FROM Table WHERE MATCH (title) AGAINST $searcha
Now, would that match all entries in the title column that have test,1,2,3, and 4 in them in any order?
Why don't you just try it and find out? ;-)
If only I could. I am writing this, my first, script completely blind. Waiting on IS to give my access to the mysql server, I am to have it up asap. So I am trying to make debugging this total hack (will be a miracle if it works) a lot easier when time comes.