我想知道在mysql查询后获取最后一个插入ID的最佳解决方案是什么?我找到了以下解决方案:?php function get_current_insert_id($table) { $q = SELECT LAST_INSERT_ID() FROM $table; return mysql_num_rows(mysql_quer
在线咨询:
邮箱: xwei067@foxmail.com
工作时间:周一至周五,9:00-17:30,节假日休息