Hi,
I'm currently working on a counter to log the visitors location (country). I'm using the ip-to-country service from api.hostip.com.
I simply want to store the stats in a flat file in the following structure:
United States (US)|34
Canada (CA)|10
My current code is working fine to get...