Javascript debugger Website design ↑
Returns the error message associated with the given error code. Useful to indicate what exactly went wrong.
The error code.
Returns the error message, as a string.
<?php echo "Error: " . yp_err_string(yp_errno()); ?>
Javascript debugger Website design