$n = mysql_fetch_assoc($q); if ($n) { $cancel = true; }
$n = mysql_num_rows($q); if ($n > 0) { $cancel = true; }