[snip]
Thank you guys. I think I can solve one of my problems now. What about the
time limit?
[/snip]
You can set a date/time column in the user table which is checked at log in.
In the login form have a calculation based on the date/time; (over
simplification)
if ($date_created > $many_days){
print("Your account has expired.\n");
}
HTH!
Jay
***********************************************************
* Texas PHP Developers Conf Spring 2003 *
* T Bar M Resort & Conference Center *
* New Braunfels, Texas *
* San Antonio Area PHP Developers Group *
* Interested? Contact [EMAIL PROTECTED] *
***********************************************************
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php