/ Published in: PHP
Acompanhar erros retornado pelo adodb ou exception do bd.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function getError(){ $this->conn->RollbackTrans(); $msg = $this->conn->ErrorMsg(); 'sucess' => false, )); }