Quote:
Originally Posted by Xenon
oops, sorry that was my fault.
find that code:
PHP Code:
$checkuser = $DB_site->query_first("
SELECT user.userid
FROM " . TABLE_PREFIX . "user
WHERE username = '$newpost[username]'
");
and remove the user. in front of userid then it should work 
|
Is that because he is using a table prefix? Cause it has always worked fine for me and I don't use a prefix. Or do we need to change it, too?