Jump to content

custom errors?


fife

Recommended Posts

Hi.  I was just wondering if it is possible to write custom mysql errors.  I have hunted around for some but cant find any.  Currently I write my errors like...

 

or die (mysql_error());

 

How ever I see this as a problem!  As Im not the best coder there are bound to be errors in my code.  I dont want somebody who knows what they are doing to cause an error and then doing it (mysql_error()) will point them in the right direction to what I have missed.

 

I would rather have my own error saying what line the issue is with.  I have tried.....

 

 

or die (mysql_error(My personal error here))

 

However this does not work.

 

Please help.  Thank you

Link to comment
https://forums.phpfreaks.com/topic/248889-custom-errors/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.