PHP Classes

Fixing small problem

Recommend this page to a friend!

      IP_to_country  >  All threads  >  Fixing small problem  >  (Un) Subscribe thread alerts  
Subject:Fixing small problem
Summary:Some countries not recognized
Messages:1
Author:pavel
Date:2009-12-21 08:01:52
 

  1. Fixing small problem   Reply   Report abuse  
Picture of pavel pavel - 2009-12-21 08:01:53
Hi.

I downloaded and testing this class now. Its works, thanks

But some countries write like "md", in low case. And parseIP returned '??'

I am fixed it :
if (trim($c[0]) == trim(strtoupper($arr[1]))) return $c;