Quote:
Originally Posted by rjordan
Should be:
Otherwise, it looks right.
As for your second MySQL error, is your 'vb3_gamesessions' table in your database? Is that the right table name?
|
yep I had this. It just cut off when I copied it.
Code:
if ($userid==0) {
print_no_permission();
}
$user = $DB_site->query_first("SELECT * FROM " . TABLE_PREFIX . "user WHERE userid=$userid");
if ($user['username']=="")
I confirmed that I do have a table named vb3_gamesessions