gpt4 book ai didi

php - 从 MySQL INSERT 获取 ID

转载 作者:行者123 更新时间:2023-12-01 00:06:40 25 4
gpt4 key购买 nike

<分区>

Possible Duplicate:
PHP: how to get last inserted ID of a table?

我的 MySQL 插入有问题。我有一个 AUTO_INCREMENT 的 Id 列,我将这段代码运行到该表中:

mysql_query("INSERT INTO tickets (Submitted, UNIXtime, Subject, Text, User, Priority, Status, Service) VALUES ('$date', '$UNIXtime', '$subject', '$text', '$userss', '$priority', '$status', '$service')");

然后它会在该行中插入一个 ID 号。我如何获得该 ID 号,以便我可以回显它,例如 $id = (The ID number from that submit);
echo $id;
?

感谢您的帮助。如果可以,您能否重写代码以使其工作并发布,以便我知道该怎么做?

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com