Hello,
I have this code:
mysql_query("UPDATE users SET BasicLevel = BasicLevel +1 where username='Admin'");
but its not increasing the integer. The field names are correct as well as the username. Can anyone help me? And yes, I am connected to the database.