PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
$Keywords = explode (" ",$searchString);
Traverse through the array and create a single SQL statement that adds
LIKE %'.$Keywords[$i].'% AND
to the SQL statement.