svorlow
Posts: 18
|
| Posted: 07/25/2005, 9:33 AM |
|
Hi,
I've a serious problem. I get occasionally unexpected mysql Error on my application. Instead of some automatic information like this:
Database error: Invalid SQL: SELECT user_id FROM user_skill WHERE skill_id =
MySQL Error: 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1)
Session halted.
I would like to give the User something like a general Information page.
Anybody an Idea how to redirect to a general error page? I can't use handlers on every mysql function like @mysql_connect, it must be something that can be configurated by php.ini...
Best regards
Stephan
|
 |
 |
|