Join our community in the tech forums for uncut technology discussion.
msql_error
(PHP 3, PHP 4 , PHP 5) msql_error -- Returns error message of last msql call Descriptionstring msql_error ( void )
msql_error() returns the last issued error by the mSQL
server or an empty string if no error was issued. If no link is
explicitly passed, the last successful open link will be used to retrieve
the error message. Note that only the last error message is accessible
with msql_error().
Join our community in the tech forums for uncut technology discussion.
|