Code: Select all
<br />
<b>Warning</b>: mysql_real_escape_string() [<a href='function.mysql-real-escape-string'>function.mysql-real-escape-string</a>]: Access denied for userReading the manual, I saw that I can use:
Code: Select all
ini_set("log_errors", true);This shouldn't be hard... there must be some way of also dumping errors into a file? PHP has been around for years. I can't be the only one who wants to capture errors in a log, right?