Hello,
My code will not update the values in the db when the page is called!!?
$sql = "UPDATE mix_users SET user_online='$online', user_online_text='$timestamp' WHERE user_id=$id";
$result = mysql_query($sql);
$row = mysql_fetch_array($result);
Whats wrong??
Thanks!