Re: [mccode] Main menu users online count
oops i made a mistake, i thought the mccodes database class had it but i am wrong. In my database class for fetchRow is have this and as default it will have assoc selected instead of MYSQL_NUM
function fetchRow($type='MYSQL_ASSOC') { return mysql_fetch_array($this->result_id,$type); }