I'm running PHP and MySQL on a Win98 platform with Apache 1.3xx, and would appreciate a solution for this:
How can I find out if a user logs on to my site from more than -1- location (/IP) ? Is there any method to make sure that users will not be registered as "different locations" if they are assigned a new IP from their ISP?
The script is meant to be used to validate users, and I'd like to keep track of if the user accesses his account himself or if he has given his login and password to somebody else who now has logged in.
Thanks in advance!