Log the last time a user logged in

Well you could simply do this then for the query
[php]mysql_query(“UPDATE users SET last_login = NOW() WHERE user_id = $login”);[/php]

Thanks, it’s working perfectly now :slight_smile:

Sponsor our Newsletter | Privacy Policy | Terms of Service