20.06.2018, 05:38
u mean u wanna check if row exists or not??
Код:
new rows = 0;
rows = cache_get_row_count();
if(!rows)
{
CODE HERE
}

