Can the script below be improved in anyway? Would it be possible to automatically get the type of the $params and bind them dynamically, would this pose a secuirty threat or not?
PHP Code:
class MySQLDB { var $numRows = 0; var $queryTime = 0; var $totalQueryTime = 0; var $queryCount = 0;