i need to ask again, just to be sure:
i have some thing like this:
$IDS = "148,231,243,239,257,368,342,683,898"; // ids with acces //
$ID_TO_CHEK = "148"; // the user id is 148 //
my question is, how to check the id of $ID_TO_CHEK with all of the
$IDS variable?
i cant change anything i just...