Quote:
Originally Posted by kentaurus
wouldn't be that hard to code, here is how I would go:
The ip is already stored in the user table in the column ipaddress
fetch all usernames that match with the guest's ip address. Compare the ip address of the guest with the one in the user table, if they match, that guest might be that person.
|
Exactly what I was thinking, but I'm not very good with mySQL queries. :nervous: