Page 1 of 1

How to get LAST_INSERT_ID after request?

Posted: Mon Aug 08, 2022 10:24 pm
by btrade

Hello,
could you tell me please?
How to get LAST_INSERT_ID after request?


Re: How to get LAST_INSERT_ID after request?

Posted: Tue Aug 09, 2022 8:14 am
by mobhar

You may search in this forum by using lastInsertId keyword.


Re: How to get LAST_INSERT_ID after request?

Posted: Tue Aug 09, 2022 11:52 am
by btrade

Yes, it is working.

Execute("INSERT...");

$id = Conn()->lastInsertId(); //$conn->lastInsertId();