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.
代码运行良好,但我找不到任何代码来设置日期和时间 PLZ HELP 这是我的代码,它可以以任何方式工作吗?
mysql_query("INSERT comments SET name='$name', fb='$fb', msg_id_fk='1', date_time='$date', comments='$comments'") or die(mysql_error());
` 试试这个代码 $today = date("F j, Y, g:i a");
`