xxxxxxxxxx
$addquery=mysqli_query($con, "update admin_users set towork='$tee' where username='$thisuser'");
xxxxxxxxxx
<?php
$Update=mysqli_query($con, "update users_login set lastseen='$tod' where cookie='$ucookie'");
?>
xxxxxxxxxx
$addquery=mysqli_query($con, "update users set towork='$tee' where username='$thisuser'");