Henry's blog
PHP 获取 MySQL 最后插入id
Click back to the top
Home
About
Archives
php
PHP 获取 MySQL 最后插入id
2024-08-31
非常简单,
$last_id = mysqli_insert_id($conn);
Previous: Steam 战地5 启动游戏后在splash screen后退出
Next: mysqldump 导出中文乱码问题