Posts by Artur Mendes • 11 points
1 post
-
1
votes0
answers11
viewsQ: Php Mysql - Error in my Error-Logging function
I am trying to build a log system for php-mysql errors In my createtable() function I call errorLog() when I need to record an error. // Database - CREATE TABLES public function createTables($sql) {…