错误记录

今天犯了一个错误,记录一下

mysql_insert_id()返回值的类型为长整型 ,如果auto_increment是bigint类型则不适用这时应该用
last_insert_id()