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");
`