Two tables have diferent standarts to hold IP adresses:
first: 045.012.001.002 003.000.123.231 123.230.101.080
second: 45.12.1.2 3.0.123.231 123.230.101.80
Are you aware that these don't mean the same thing? Leading zeroes mean an IP address quad is in octal.
If you enter "045.012.001.002" you're actually saying "37.10.1.2"...
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php