Jump to content

[SOLVED] $DB->query("UPDATE ibf_tcusergroups SET allowed_ranks = allowed_ranks+ ". mysql_


Monkuar

Recommended Posts

$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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.