Hello, I have the following code:
and for some reason it adds it to ALL members.. dunno why..
Code:
$one = 1; mysql_query("UPDATE members SET offerscompleted=offerscompleted+".$one." WHERE username='".$snuid."'");
Comment