Execute('SELECT name, value FROM config WHERE module = 0'); while($row = $res->FetchRow()) $GLOBALS['config'][$row[0]] = $row[1]; ?>