1<?php
2require "../GEOIP/cc_arrays_dat.php";
3
4 echo   qs_array_search_ci($_POST['cc_cntry']);
5
6
7?>