include 'is_taiwan_ip.php'; $ip = $_SERVER['REMOTE_ADDR']; //if ( is_taiwan_ip($ip) ) //{ //} //else //{ //echo $ip; // exit; //} ?>