date time value
Posted: Tue Jun 21, 2011 6:39 am
i try tu insert current date and time, but, value inserted in table is 0000-00-00 00:00:00 all the time
$sql = "INSERT INTO `rss_vesti` SET `SAJT_ID` = '$rss_izvor_id', `NASLOV` = '$title1', `SLIKA` = '$image2', `SADRZAJ` = '$descritpion_trim1', `IZVOR` = '$link1', `DATUM` = 'CURDATE()'"; mysql_query($sql)or die(mysql_error());wer is the probelm?