19.03.2017, 09:08
As soon as the server will start, it will create the file which will be empty. Make sure scriptfiles have correct permissions.
Two more things: %q in format to escape strings and free the result at the very end (because it doesn't free the result if there are not any rows).
Two more things: %q in format to escape strings and free the result at the very end (because it doesn't free the result if there are not any rows).