PHP MySQL Get Last Inserted ID.

In Php, if you want to get the ID of the last inserted/updated record immediately you can use mysqli_insert_id() query.

Code :