×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: Dylan Lopez
Added: Mar 5, 2018 9:16 AM
Views: 2822
  1. $sql = "SELECT * FROM `information_schema`.`TABLES` WHERE `table_name` = '".$table."';";
  2. $query = $this->db->query($sql);
  3. $result = $query->row_array(); //return array
  4. $total_id = $result['TABLE_ROWS'];