How on earth is that done?
This is how I tried:
$statement ="insert into news (topic, newsText, source, sourceHttp, d) values ('$topic', '$content', '$source', '$www', '$date')";
oh yeah.. and I tried with
$date=date("Ymd");
but many other types too.😕