Sven Schrodt: DATETIME

Beitrag lesen

Hallo Ingo,

Also mysql_error() gibt mir keine Meldung.

Nein! Aber evtl. mit  echo davor!

In deinem Fall: datetime in  der DB hat das Format:

yyyy.mm.dd hh:mm:ss  und du übergibst ein anderes Format:

$thread_date = date("Y-d-m G:i:s");

wandle dieses zunächst um!

Sven a.M.a.l.N.