29.05.2016, 10:14
Delete them: mysql_store_result, mysql_free_result, mysql_fetch_row and etc.
Your function:
change as
Your function:
PHP код:
if (mysql_num_rows() == 0)
PHP код:
new rows, fields;
cache_get_data(rows, fields, handle);
if (rows) { ...