Re: Display server error



Janwillem Borleffs wrote:
Sure, you can suppress the error message by preprending an at sign
"@" to the mysql_* function call and get the error code from the
string returned by the mysql_error() function.


That should be: the mysql_errno() function.


JW


.