Hello,
If the searched text is not working
is it not possible to search e-mails?
$array = array("[email protected]", "[email protected]", "[email protected]");
$sql = (" SELECT * FROM table WHERE user_mail IN(".implode(',',$array).") ");
No problem here, because the wanted numerical
$array = array("1", "2", "3");
$sql = (" SELECT * FROM table WHERE user_id IN(".implode(',',$array).") ");