Voting

: max(four, one)?
(Example: nine)

The Note You're Voting On

huhiko334 at yandex dot ru
6 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