28.07.2013, 18:08
mysql_num_rows? You should really use cache.
pawn Код:
new rows, fields;
cache_get_data(rows, fields);
if(rows >= 1)
{
// there is at least 1 row
}
else
{
// No rows
}