|
Hello
$query = "SELECT usergroupid,title,adminpermissions FROM {$Globals['dprefix']}usergroup";
$readug = ppmysql_query($query,$db_link);
$newGroups = array();
I would make sure to specify the proper integration type and database table prefix to connect to the forum database
|