我有問題 - 分隔符不能是字母,數字或反斜線 我改變eregi到的preg_match PHP 5.3分隔符 - 我改變eregi到的preg_match
$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; }
THX,這段代碼是正確的:) – ajuzo 2012-03-14 00:20:18