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
You could just store it as a string in a CHAR I suppose
CHAR