When I'm using date type for my date field in sql... btw, let me know if you don't understand what I'm saying 🙂 How do I insert the date?
I tryed CURDATE(); but somehow that doesn't seem to work...
Any thoughts?
the query is like this:
$sql = "INSERT... 'CURDATE();'";
Probably I'm doing it wrong...