Henry's blog
Tags · php
Home
About
Archives
php
PHP 获取 MySQL 最后插入id
2024-08-31
非常简单,$last_id = mysqli_insert_id($conn);
Read more