Sorry to jump on this thread but how would I alter this
PHP Code:
$DB_site->query_first("SELECT username,userid FROM user WHERE userid=$vouchid AND usergroupid!=5");
So that I can input a variable in the admin options say $banuserid and the values of 5,1,2
PHP Code:
$DB_site->query_first("SELECT username,userid FROM user WHERE userid=$vouchid AND usergroupid!=$banuserid");