mysql_num_rows ile ilgili sorunlar

0 Cevap php

nedense ben mysql_num_rows ile sorun yaşıyorsanız im anlayamıyorum.

Heres komut:

$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);

hatası:

Warning:  mysql_num_rows(): supplied argument is not a valid MySQL result resource

0 Cevap