Home > PHP > Function > mSQL > msql_error()

msql_error()

msql_error - Returns error message of last msql call

Syntax

string msql_error ()

Arguments

-

Description

msql_error() returns the last issued error by the mSQL server. Note that only the last error message is accessible with msql_error().

Version

PHP 4, 5

Return value

The last error message or an empty string if no error was issued.