26.03.2017, 00:12
(
Последний раз редактировалось AndySedeyn; 26.03.2017 в 03:44.
)
You've got a few things wrong:
I by accident removed half of my post, but cache_get_value is used to retrieve a value from the result query set and not the row count.
- PHP код:
cache_get_row_count(&destination)
PHP код:new
rows;
cache_get_row_count(rows);
I by accident removed half of my post, but cache_get_value is used to retrieve a value from the result query set and not the row count.