Welcome Guest, Not a member yet? Register   Sign In
Return back data that was just inserted into DB
#1

[eluser]Unknown[/eluser]
I'm inserting data into a DB with $this->db->insert(), and I need to return back the 'id' that is created using auto_increment for use in my next action, any easy way to do this?
#2

[eluser]Chad Fulton[/eluser]
How about $this->db->insert_id(); ? Tongue
#3

[eluser]Unknown[/eluser]
How in the world did I miss that? I looked at the exact page. It's just been one of those days.




Theme © iAndrew 2016 - Forum software by © MyBB