I need to get user's ID and check if it is in_array of users and if not add it to the array. Having mental block...
$uid = (1212,2323,54545);
Sounds like:
if (!in_array($id, $uid)) { $uid[] = $id; }