$sql2= 'update friend_reg_user set fcount=fcount + 1 WHERE auto_id=' .$friendid;
executequery($sql2);
any idea what would cause this to only work sometimes, like 95% of the time it works but the count gets off sometimes somehow
this part takes a users friend count and adds 1 to it when a user adds them as a friend, it is a pretty high traffic site, could it be that more then 1 person is adding this user at the same time, could that make it not always add 1?
BTW the table is a MyISAM