Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースにコメントを保存し、タイムスタンプも保存する MySQL クエリがあります。別のタイム ゾーン設定でタイムスタンプを保存したい場合は、次のクエリを使用できます。
INSERT INTO tahminler (comment, comment_text, match_id, user_id, timestamp) VALUES ('$comment','$comment_text', $id, $user_id, now())