I have some code for simultaneously inserting several records in MySQL.
Here is the form and the request to insert into the database.
So everything works fine, but when I try to add to the query and the current date, for example. Then, when I send the request, I get the following error:
For a week now I'm suffering: what could be the cause of the error, and how do I fix it?