Monkuar Posted June 28, 2009 Share Posted June 28, 2009 $DB->query("UPDATE ibf_tcusergroups SET allowed_ranks = allowed_ranks+ ". mysql_real_escape_string($settings['ranks_increase']) .", ranks = '". mysql_real_escape_string($data2) ."' WHERE mod_id = '" mysql_real_escape_string($ibforums->member['id']) "' LIMIT 1"); Somehow when i run that query i get an error: Parse error: syntax error, unexpected T_STRING in /home3/gxforums/public_html/24-7GT.com/forums/sources/shop/shopitem_addranks.php on line 78 Im using mysqlescape so people cant hack. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.