Jump to content

[SOLVED] insert DATETIME help


MDanz

Recommended Posts

when i check the database in the DATETIME field it has  0000-00-00 00:00:00

 

heres how i insert into db, the field posted is DATETIME type.  everytime i check a new record it has the value 0000-00-00 00:00:00. when it should say the current date and time.

 

      $query = "INSERT INTO Stacks";
      $query .= "(`username`,`hyperlink`,`name`,`summary`,`info`,`keywords`,`posted`) VALUES ('$username','$hyperlink','$name','$summary','$info','$keywords','NOW()')";

Link to comment
https://forums.phpfreaks.com/topic/174453-solved-insert-datetime-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.