Thursday, June 24, 2010

codeigniter get last mysql insert id

$this->db->insert_id();

2 comments:

  1. Yes am aware of this method but i wonder if someone can show me how to use it to insert into multiple tables in codeigniter..

    I found it easier in a normal PHP-MYSQL insertion function though....HELP please coz am stack at the moment...

    ReplyDelete