OK in more detail I can search for one word but I dont know how i make a loop that will check and see if the next array is set after the explode, then if it is, add a SQL "or" command. to search for both arrays so they will bot be stored in the same varable. Here is the code i use to get the results from the database.
$result=mysql_query("select * ".
"from tags where description LIKE '%{$searchstring}%' ".
"limit $page, $limit");
while ($data=mysql_fetch_array($result) ) {
echo("<td><a href=focus.php?focus=" . $data["ID"] . "><img width=111 height=58 border=0 src=./images/tags/" . $data["spicurl"] . "></a></td>");
Please help me get this goin man. If i do ill have all the bugs worked out and I can move on and try to beat some deadlines. Thanks andn "Die Recyle Bin DIE!!!"