Hello!
Sorry for asking here again... :rolleyes: Have searched the net and manual about this problem. I am not sure if the problem is with the date() or the database.
I do have
$datum = date("YY-mm-jj");
$Query = "INSERT INTO reviews(datum, type,artist,title,rating,coverlink,author,authoremail,reviewtext,link1,link2,approved,clicks) values ('$datum', '$typ', '$artist', '$title', '$rating', '$coverlink', '$author', '$authoremail', '$reviewtext', '$link1', '$link2', '0','0')" or die (mysql_error());
Works fine 🙂 , but the "datum" put the databse always is: 0000-00-00. The database type of datum is "Date"
Thankful for any help.