i am having problems with this code
i added it and it works it moved people to another group on so many posts but there user title is not updating so i tried the second bit of code bu noe look please hey me
Code:
echo "Your User Group Is ".$bbuserinfo[usergroupid]."<br>";
echo "My Post Count is ".$bbuserinfo[posts]."<br>";
if($bbuserinfo[posts] == 9 AND $bbuserinfo[usergroupid]== 2) {
$DB_site->query("UPDATE user SET usergroupid='10' WHERE userid='$bbuserinfo[userid]'");
}
this one is after they have moved groups
Code:
if($bbuserinfo[posts] == 10 AND $bbuserinfo[usergroupid]== 10) {
$DB_site->query("UPDATE user SET usertitle='New Member<br><img src="http://www.s2k2.com/forums/images/1stars.gif">' WHERE usertitle='$bbuserinfo[usertitle]'");
}
but i get an error when i add it why