getWatchNames($userid); $watchedBy = $userservice->getWatchNames($userid, true); $closeContacts = array(); // people in my contacts list and who I am also in the contacts list foreach($watching as $watchuser) { if(in_array($watchuser, $watchedBy)) { $closeContacts[] = $watchuser; } } ?> 0):?>