MySQLで配列をWHERE句に指定する

$st = $conn->query("select * from table_name where key in (" . implode(',', $arr) . ")");
目次