0
Q:

get last row codeigniter

$query = $this->db->query("SELECT * FROM date_data ORDER BY id DESC LIMIT 1");
$result = $query->result_array();
return $result;
0

New to Communities?

Join the community