$esu = explode(",",$row["ips"]); $ip = $_SERVER['REMOTE_ADDR']; if (in_array($ip,$esu)) { die('Tavo IP yra siame sarase.'); }