i am trying to add an update which sets the users last activity, at the moment it is just displaying 838:59:59 as the time in the mysql, and i am not quite sure why.
Here is the query i am using on each page to update it.
mysql_query("UPDATE users SET last_activity = ".time()." WHERE user_id = ".$user_id);
Any ideas why i would greatly appreciate
Thanks
1 Answer