I "inherited" from a collegue a MySQL database with dozen of fields. Since I've worked very few times with databases, I'm looking for little advice here.
There's a binary(16)
field named "IP": I suppose it is used to store user IPs. A typical stored value is, for example, 00000000000000000000ffff3d024463
.
Using PHP (or even MySQL, if this is possibile), how can I convert this data to a plain IP address?