是否有一种简单的方法来运行带插入的mysql_query并获取新行的ID,例如在返回中?或者我是否必须使用select来检查它?
mysql_insert_id()
要么
select last_insert_id()