Forum Moderators: coopster
Is there a way how to prevent two people from different locations from accessing a site using the same username and password combination using PHP.
For example, if I am currently logged-in here in Webmasterworld using my username and password, nobody should be able to log-in using the same username and password combination.
How can that be done using PHP?
Thanks a bunch
Otherwise, see if any of the authentication scripts out there, like on pear.php.net or pat-user, have some kind of feature like you're describing.