$results = mysql_query("SELECT title FROM tutorials WHERE ".implode(" OR ", $where));
$results = "SELECT title FROM tutorials WHERE ".implode(" OR ", $where);