get insert id - SOLVED - this->db->insert_id() |
[eluser]Colin Williams[/eluser]
Quote:Note: Because mysql_insert_id() acts on the last performed query, be sure to call mysql_insert_id() immediately after the query that generates the value. http://php.net/manual/en/function.mysql-insert-id.php If you do it on, say, the next immediate line, it's going to be accurate to the millisecond (thereabouts). I personally have never had anything funky go on. |
Messages In This Thread |
get insert id - SOLVED - this->db->insert_id() - by El Forum - 10-18-2007, 11:10 AM
get insert id - SOLVED - this->db->insert_id() - by El Forum - 10-18-2007, 11:30 AM
get insert id - SOLVED - this->db->insert_id() - by El Forum - 11-22-2009, 02:30 AM
get insert id - SOLVED - this->db->insert_id() - by El Forum - 11-22-2009, 03:32 AM
get insert id - SOLVED - this->db->insert_id() - by El Forum - 11-23-2009, 04:44 PM
get insert id - SOLVED - this->db->insert_id() - by El Forum - 04-13-2010, 07:49 AM
get insert id - SOLVED - this->db->insert_id() - by El Forum - 09-20-2010, 08:24 AM
|