Welcome Guest, Not a member yet? Register   Sign In
how to fix this error?
#3

[eluser]chmod[/eluser]
but I input username like:free_spy, and password:MYPASS
the table name will be something.Because:
Code:
function Tablination($username){
        $md5Username = md5($username);
        $lastTableName = mb_substr($md5Username,0,1);
        return $lastTableName;
    }

     function getMemberTableName($username){
        $tablename = $this->lang->line('table_name_member_pre');
        $tablename .= $this->tablination_model->Tablination($username);
        if (!empty($tablename)){
            return $tablename;
        }else{
            return false;
        }
     }

the table name will return a value.

do you thing so?


Messages In This Thread
how to fix this error? - by El Forum - 07-06-2009, 04:08 AM
how to fix this error? - by El Forum - 07-06-2009, 04:28 AM
how to fix this error? - by El Forum - 07-06-2009, 06:32 AM
how to fix this error? - by El Forum - 07-06-2009, 07:12 AM
how to fix this error? - by El Forum - 07-06-2009, 07:35 AM
how to fix this error? - by El Forum - 07-06-2009, 07:50 AM
how to fix this error? - by El Forum - 07-06-2009, 08:27 AM
how to fix this error? - by El Forum - 07-06-2009, 08:49 AM
how to fix this error? - by El Forum - 07-06-2009, 09:03 PM
how to fix this error? - by El Forum - 07-07-2009, 06:55 AM
how to fix this error? - by El Forum - 07-07-2009, 08:38 AM
how to fix this error? - by El Forum - 07-07-2009, 10:28 AM
how to fix this error? - by El Forum - 07-07-2009, 09:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB