another quick problem.
can someone tell me what's wrong here....
I located the line in new_reply.php and entered in this query directy after it
PHP Code:
$DB_site->query("UPDATE sc_reviewaccounts SET posts = 3 WHERE userid = 1");
where sc_reviewaccounts has two columns,
userid and posts
there is an entry for userid = 0, but no matter how many times i test this to see if the query is working, it doesn't. the value in posts never changes.
can anyone spot the problem in the above query? it works in phpmyadmin....