私はCodeIgniterを使用しており、テーブルにIDを挿入する必要がありますが、機能しません。これを作成しました。
$this->db->insert('mytable', $data);
$id = $this->db->insert_id();
私はCodeIgniterを使用しており、テーブルにIDを挿入する必要がありますが、機能しません。これを作成しました。
$this->db->insert('mytable', $data);
$id = $this->db->insert_id();