19.10.2013, 10:14
According to phpMyAdmin, there are not rows. I assume when there are not rows, the error about invalid row or field index is shown.
You can use either cache_num_rows or cache_get_data (and get rows) and then check if rows are greater than 0. If so, then load to the variables. Otherwise, do not.
You can use either cache_num_rows or cache_get_data (and get rows) and then check if rows are greater than 0. If so, then load to the variables. Otherwise, do not.