That would be a good idea. The database I use already has a timestamp field I can use. (was useing someones login script)
How do I get the database to disable it? or do I just add it to the login script that
if (timestamp > $timelimit){
echo ("Your account is closed. Please reapply");
}
something like that????