Search found 2 matches
- Sat Mar 15, 2008 6:48 pm
- Forum: Testing
- Topic: Any way to capture errors in a file?
- Replies: 1
- Views: 2850
Re: Any way to capture errors in a file?
I figured it out. the ini_set() was not getting called. Once I fixed it, it did work, and is very helpful for capturing errors instead of dumping them to the output.
- Sat Mar 15, 2008 5:22 pm
- Forum: Testing
- Topic: Any way to capture errors in a file?
- Replies: 1
- Views: 2850
Any way to capture errors in a file?
Here's a simple question: Right now, PHP displays errors right in the output it is generating, like: <br /> <b>Warning</b>: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: Access denied for user This is really a pain because I'm workin...