View Single Post
  #10  
Old 08-04-2002, 01:37 PM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
PHP Code:
<?
  $accountTimeLeft 
= ???;
  
$sessionName = ???;
  if (
$accountTimeLeft<=0) {
    
session_start();
    unset(
$_SESSION[$sessionName]);
  }
?>
Not hard....
__________________
Eric Kraft
Reply With Quote