PHP获取最后一次插入数据的id

$id = mysqlinsertid();

mysqlinsertid() 函数返回上一步 INSERT 操作产生的 ID。

 如果上一查询没有产生 AUTOINCREMENT 的 ID,则 mysqlinsert_id() 返回 0。