Hi all I have a script i want to use this script in country code so please tell me how can i use <?php include "admin/inc/func.php"; $mssg = ""; if (ch_input('sub_mit') == "Yes") { $sql = "Select * from tbl_admin where ip_pass = '".ch_input('ip_pass')."'"; $qry = qry_run($sql); if ($qry) { $num_rs = num_rec($qry); if ($num_rs > 0) { $_SESSION["login_auth"] = "Yes"; header("Location: index.php"); }else{ $mssg = "No"; } }else{ $mssg = "No"; } } ?>