Hello.
I have this REALLY frustrating problem! I have this query after someone clicks submit.
$query = "UPDATE users SET user_pos = '-1' WHERE user_name = '$name' and user_pass = '$pass'";
This does not update even though it returns true. I look at the user_pos column and I still see 0. Please help thank you.