Snippets tagged “last-insert-id”
1 snippet uses this tag.
- How to get ID of the last updated row in MySQL?PHP
To get the ID of the last inserted row, you can use the LAST_INSERT_ID() function.
1 snippet uses this tag.
To get the ID of the last inserted row, you can use the LAST_INSERT_ID() function.