What\'s the best practise to store IP\'s with PHP in MySQL database? There\'s a function called ip2long - but this is just for IPv4. But what about IPv6?
I know a ph
Note that MySQL (5.6) now support IPv6 addresses, see INET6_ATON().