gpt4 book ai didi

php - 从 PHP 将 DATETIME 插入 SQL

转载 作者:行者123 更新时间:2023-11-29 04:35:33 27 4
gpt4 key购买 nike

<分区>

我似乎无法将日期时间存储到数据库中。

public function add_post($username, $content) {
date_default_timezone_set("Asia/Manila");
$date = date("m/d/Y h:i A");
$final = strtotime($date);
$time_posted = date("m/d/Y h:i A", $final);

$sql =" INSERT INTO POSTS (username, post_content, time_posted)
VALUES ('$username','$content','$time_posted')";

return $this->db->query($sql);
}

数据库里是这样的 0000-00-00 00:00:00

这是我的帖子表:Posts table

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