Hey
I want to give someone after payment the badge VIP in the table `user_badges`
How can I do this?
It should be something like this but doesn't work:
Code:mysql_query ("UPDATE user_badges SET badge_id = VIP WHERE id = '".mysql_real_escape_string($_GET['userid'])."'") or die (mysql_error());


Reply With Quote


