Mam komunikat:
Delimiter must not be alphanumeric or backslash
Kod
$noCount=0;
for($i=0; $i<count($robotsIP); $i++){
if(preg_match($robotsIP[$i], $user_ip) || $user_ip==$robotsIP[$i]){ $noCount=1; $robot = 1; }
}
if(trim($user_ip)==''){ $noCount=1; $robot = 1; }
for($i=0; $i<count($robotsIP); $i++){
if(preg_match($robotsIP[$i], $user_ip) || $user_ip==$robotsIP[$i]){ $noCount=1; $robot = 1; }
}
if(trim($user_ip)==''){ $noCount=1; $robot = 1; }
Próbowałem różnych zmian, ale nic nie działa, będę wdzięczny za podpowiedź.
Pozdrawiam