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. Link to comment https://forums.phpfreaks.com/topic/163965-solved-db-queryupdate-ibf_tcusergroups-set-allowed_ranks-allowed_ranks-mysql_/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.