Ik krijg de melding bij het submitten:
Warning: mktime(): Windows does not support negative values for this function in c:\inetpub\wwwroot\test\test2.php on line 11
Warning: mktime(): Windows does not support negative values for this function in c:\inetpub\wwwroot\test\test2.php on line 11
PHP:
1
2
3
4
5
6
| <? if (!empty($_POST)){ $tijd = date(mktime(0,0,0, $_POST['jaar'], $_POST['maand'] , $_POST['dag']));R11 $query="INSERT INTO test (id,datum) VALUES ('','$tijd')"; mysql_query($query) or die (mysql_error()); ?> |