Quantcast
Channel: User andrewsi - Stack Overflow
Viewing all articles
Browse latest Browse all 51

Answer by andrewsi for How to get last inserted inserted row id from PDO

$
0
0

You're almost there.

If you look at the manual page for lastInsertId, it's called on the database handle - you're currently calling it on the statement.

You just need to call:

$this->db->lastInsertId();

Viewing all articles
Browse latest Browse all 51

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>