Loading

SYSTEM



ahm i just wanna ask if how can i make a login that is one to one pc only,, i mean if one admin is login to this computer,. it must be that the other admin in another computer must not access the admin ,,,, page... because there is one admin workng current



Add a table field on your DB something like "LoggedIn". Set the default value to "0" or "False" and will be updated to "1" or "True" every time the users hit the "Submit" button to logged in for instance. Then make a conditional script that will allow the users to access the login page if and only the value is "0" or "false".

gtwebworx dot com

Add new comment