Voting

: zero plus four?
(Example: nine)

The Note You're Voting On

huhiko334 at yandex dot ru
7 years ago
If you get a weird mysql warnings like "Warning: mysql_query() : Your query requires a full tablescan...", don't look for error_reporting settings - it's set in php.ini.
You can turn it off with
ini_set("mysql.trace_mode","Off");
in your script
http://tinymy.link/mctct

<< Back to user notes page

To Top