I'd like to store all IP's used by a user, for every user.
So, I could figure out where they are coming from, if they switch a lot. If all of a sudden they are using a new one, etc.
I know to store it as a number in MySql so it is smaller data, but how do I store let's say 100 IP's for each user? I can do it in MySQLi if it is better to use it.
Thanks!