some how using this code below give my members way to many points when i use it please help
$result2 = mysql_query("UPDATE `grpgusers` SET `points` = `points` + '1'");
$result2 = mysql_query("UPDATE `grpgusers` SET `points` = `points` + 1") or die(mysql_error());
it still gives 79 points instead of 1
Without knowing anything about what you're doing, that statement tells us nothing except "it doesn't work", which is useless.
im trying to give my users (grpgusers) points (points)by adding them to the "points" they already got.
[RESOLVED]- i fixed it some how