I am trying to get The country of An list of ip addresses Which logs in a user account for example how would I get the ips country? Then i can post it in the database.
You can attempt to use the PECL GEOIP library to retrieve the country code associated with an IP.
__________________
As of PHP 5.5, the MySQL library has been officially deprecated. It is recommended to move to either MySQLi or PDO libraries for your mysql connectivity. See here for help choosing which interface you prefer: http://php.net/manual/en/mysqlinfo.api.choosing.php