Hey. I am creating a search function on my forum. Now... when the user submits the words he/she wants to search for, i'm exploding it at the space inbetween the seperate words and therefore getting an array.
So if the user searchs for 'big banana', i get an array: wordsearch(big, banana). What i want to know is whether theres a way to run a query that can search for all these words in a post at the same time (ie. in one query). Becuase at the moment, i'm having to search one word at a time and therefore the posts dates are not in order.
Can anyone please help?? the tricky part is not knowing how many words wil be submitted and therefore how many elements will be in the array.
Many Thanks, Just ask if you need further explanation. BIOSTALL