何らかの理由で、mysql_num_rows に問題があることを理解できません。
スクリプトは次のとおりです。
$notquery = 'SELECT * FROM notification WHERE uid = 1 AND read = 0
AND tipo = post
OR tipo = subpost OR tipo = logros';
$notQuery = (mysql_query($notquery));
$num_rows = mysql_num_rows($notQuery);
エラー:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource