Evenin' I'm looking through the mysql functions in the manual and I can't work out why you might want to use mysql_errno() when mysql_error() will give you the text for the error?
Could someone enlighten me?
Cheers
Nick
maybe you want to log the errors, so you would want to keep it short... also if your program acts on the result, its easier to act on a number than a string...
-paul http://xhawk.net
🙂