Hi
I am trying to write a very simple custom query:
CustomQuery("UPDATE permits
SET printed
= 'No', WHERE ID = ".$keys["ID"]);
It works perfectly when I run it through SQL in phpmyadmin but through phprunner I get a sql error
Technical information
Error type 256
Error description You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE ID = 2' at line 1
URL localhost/Change_Vehicle_edit.php?submit=1&fly=1&editid1=2&
Error file C:\Users\Glenn\Documents\PHPRunnerProjects\maidstone_permitsv62v80v811\output\connections\MySQLiConnection.php
Error line 142
SQL query UPDATE permits SET printed = 'No', WHERE ID = 2
Any help appreciated