I have been searching for quite a while now and I can\'t figure out why my query isn\'t working for dates.
I want it to be imported to my database as a Date, this is a c
MySQL date format has to be YYYY-MM-DD
Turn it around so it looks like:
$_SESSION['Datum'] = $DateJaar.'-'.$DateMaand.'-'.$DateDag;