Importing IP2Location data into IBM Db2 and querying with PHP (IPv6)

Intro The guide will demonstrate how to import IP2Location data (DB26 IPv6) in CSV form into IBM Db2 and then query the data in a PHP page. First of all, you will need to download the IP2Location DB26 IPv6 CSV file. Download commercial version at https://www.ip2location.com/download?code=DB26IPV6 Extract out the IPV6-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE-ISP-DOMAIN-NETSPEED-AREACODE-WEATHER-MOBILE-ELEVATION-USAGETYPE-ADDRESSTYPE-CATEGORY-DISTRICT-ASN.CSV […]

Importing IP2Location data into IBM Db2 and querying with PHP (IPv4)

Intro The guide will demonstrate how to import IP2Location data (DB26) in CSV form into IBM Db2 and then query the data in a PHP page. First of all, you will need to download the IP2Location DB26 CSV file. Download commercial version at https://ip2location.com/download?code=DB26 Extract out the IP-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE-ISP-DOMAIN-NETSPEED-AREACODE-WEATHER-MOBILE-ELEVATION-USAGETYPE-ADDRESSTYPE-CATEGORY-DISTRICT-ASN.CSV file from […]

Importing IP2Proxy data into PostgreSQL and querying with PHP (IPv6)

Intro The guide will demonstrate how to import IP2Proxy data (PX11 IPv6) in CSV form into PostgreSQL and then query the data in a PHP page. First of all, you will need to download the IP2Proxy PX11 IPv6 CSV file. Download commercial version at https://ip2location.com/download?code=PX11IPV6 Extract out the IP2PROXY-IPV6-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.CSV file […]

Importing IP2Proxy data into PostgreSQL and querying with PHP (IPv4)

Intro The guide will demonstrate how to import IP2Proxy data (PX11) in CSV form into PostgreSQL and then query the data in a PHP page. First of all, you will need to download the IP2Proxy PX11 CSV file. Download commercial version at https://ip2location.com/download?code=PX11 Extract out the IP2PROXY-IP-PROXYTYPE-COUNTRY-REGION-CITY-ISP-DOMAIN-USAGETYPE-ASN-LASTSEEN-THREAT-RESIDENTIAL-PROVIDER.CSV file from the […]

Importing IP2Location data into PostgreSQL and querying with PHP (IPv6)

Intro The guide will demonstrate how to import IP2Location data (DB26 IPv6) in CSV form into PostgreSQL and then query the data in a PHP page. First of all, you will need to download the IP2Location DB26 IPv6 CSV file. Download commercial version at https://ip2location.com/download?code=DB26IPV6 Extract out the IPV6-COUNTRY-REGION-CITY-LATITUDE-LONGITUDE-ZIPCODE-TIMEZONE-ISP-DOMAIN-NETSPEED-AREACODE-WEATHER-MOBILE-ELEVATION-USAGETYPE-ADDRESSTYPE-CATEGORY-DISTRICT-ASN.CSV file […]

How to import PX8 (IPv4) into MSSQL 2017

Intro This guide aims to demonstrate how to load the IP2Proxy PX8 (IPv4) CSV file into a Microsoft SQL Server 2017 table. If you’re using an earlier version of the SQL Server, you will need to refer to our FAQ page at https://www.ip2location.com/faqs/px8-ip-proxytype-country-region-city-isp-domain-usagetype-asn-lastseen#database for technical information about creating the table […]

How to import DB24 (IPv4) into MSSQL 2017

Intro This guide aims to demonstrate how to load data from the IP2Location DB24 CSV file into a Microsoft SQL Server 2017 table. If you’re using an earlier version of the SQL Server, you will need to refer to our FAQ page at https://www.ip2location.com/faqs/db24-ip-country-region-city-latitude-longitude-zipcode-timezone-isp-domain-netspeed-areacode-weather-mobile-elevation-usagetype#database for technical information about creating the […]