23.01.2017, 14:18
You're loading all table data but only to count rows so you really don't need to select all, best way is to use thraded querys, but you may try changing
To:
PHP код:
SELECT *
PHP код:
SELECT null