PHP Velho Oeste 2024

msql_error

(PHP 4, PHP 5 < 5.3.0)

msql_errorReturns error message of last msql call

Description

msql_error ( void ) : string

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

Return Values

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top