Thứ Ba, 29 tháng 7, 2014

Function check table có tồn tại không !

        function table_exist($nametable){
            $nametable=trim($nametable);
        if($this->sql_numrows($this->sql_query("SHOW TABLES LIKE '".$nametable."'"))==1)
            return true;
        else
            return false;
        }

Không có nhận xét nào: