last_insert_id():是sql函数,在数据库里执行,案例:select last_insert_id();
mysql_insert_id():是php函数,在php脚本里执行,案例:echo mysql_insert_id();