Javascript debugger Website design ↑
Returns the Informix error message associated with the most recent Informix error.
If specified, the function will return the message corresponding to the specified code.
Return the error message, as a string.
printf("%s\n<br>", ifx_errormsg(-201)); ?>
Javascript debugger Website design