I have a stupid problem and the answer is probably so simple.
I am trying to update a mysql database with the current timestamp. Here is the code i have so far:
$query3 = "UPDATE users SET VALUES last_access = 'now()' WHERE id_user = '$uid'";
Please help, i am stuck