Advertisement
anoinymous

PHP Get ID of Last Inserted Record

Apr 25th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. PHP Get ID of Last Inserted Record
  2.  
  3. Get ID of The Last Inserted Record
  4. If we perform an INSERT or UPDATE on a table with an AUTO_INCREMENT field, we can get the ID of the last inserted/updated record immediately.
  5.  
  6. In the table "MyGuests", the "id" column is an AUTO_INCREMENT field:
  7.  
  8. ======>>>http://cutt.us/JDGj9<<<======
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement