how to insert last id from crud grocery codeigniter

126

$row['LAST_INSERT_ID()'];
$query = $this->db->query('SELECT LAST_INSERT_ID()');
$row = $query->row_array();

Comments

Submit
0 Comments