我想在“mysqli_error”之后向DB添加记录

时间:2018-06-12 03:36:25

标签: php mysql

        $response[ 'error' ] = 1;
        $response[ 'message' ] = "ErrorDB";
        $response[ 'message_log' ] = "DBError:" . mysqli_error( $this->connection->getDb() );
        $this->errM->LogError($response['message_log']);

我想在另一个数据库中记录错误,但这似乎只在“mysqli_error”

行之后才会失败

0 个答案:

没有答案