Is it going when you save. I put the code in phpMyAdmin and account.php could help me ...
It appears this code:
Duplicate entry '190-ACH_A' for key 1
Printable View
Is it going when you save. I put the code in phpMyAdmin and account.php could help me ...
It appears this code:
Duplicate entry '190-ACH_A' for key 1
and for mission:
$badge_rows = mysql_query("SELECT * FROM users_badges WHERE userid = '".$my_id."' AND badgeid = 'ACH_Motto1'") or die(mysql_error());
if(mysql_num_rows($badge_rows) == 0) {
mysql_query("INSERT INTO users_badges (userid,badgeid) VALUES ('".$my_id."','ACH_Motto1')") or die(mysql_error());
}
:D
Whow! That sounds realy, realy good!
Keep up the good work!