MySQLi Insert Record
I am running MAMP Pro PHP Version 7.4.33 and suddenly I cannot insert a record into my database using MySQLi Insert Record.
I have created a dumbed down version of my php page (attached).
I am getting a "There is an error in your SQL syntax" unless I use the 'current page submit' Trigger. Even when it is not giving an error, the data is not written to the table in the database. I have seen that the place where the error is thrown, is at $InsertQuery->execute();
I hope you can help, as it is driving me nuts.
Regards
Willem