Author Topic: [SOLVED] $DB->query("UPDATE ibf_tcusergroups SET allowed_ranks = allowed_ranks+ ". mysql_  (Read 47 times)

0 Members and 1 Guest are viewing this topic.

Offline monkuarTopic starter

  • Enthusiast
    • View Profile
Code: [Select]
$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.

PHP Freaks Forums

« on: »

Tired of these ads? Purchase a supporter subscription to get rid of them.