标签: php mysql
当我使用NOW()运行查询时,它会给我不正确的时间(实际时间+4小时)。
$database->bind(':title', $title); $database->bind(':body', $body);
以上是简单查询。