Hello.
How can I process Mysql error in PHP?
I need to see,process Mysql errors with php. Like when someone try to
write registers and some constraint don't let it.
All kind of errors.
Thanks.
JD.
> Hello.
> How can I process Mysql error in PHP?
> I need to see,process Mysql errors with php. Like when someone try to
> write registers and some constraint don't let it.
> All kind of errors.
mysql_error()
mysqli_error()
depending on which library you use.

Signature
//Aho
Jordan - 18 Jun 2008 18:04 GMT
>> Hello.
>> How can I process Mysql error in PHP?
[quoted text clipped - 7 lines]
>
> depending on which library you use.
Thanks! It's so usefull!
JD.