Javascript debugger
Website design
↑
Returns the SESAM error message associated with the most recent SESAM error. An empty string means no errors.
<?php
if (!sesam_execimm($stmt)) {
echo sesam_errormsg() . "<br />\n";
}
?>
sesam_diagnostic() |