エラーが発生しました。エラーログのmysql_num_rows
PHP Warning: mysql_num_rows(): supplied argument is not
a valid MySQL result resource in
/home/domain/public_html/index.php on line 96
私のコードはfollowsL ライン96通りである:
mysql_num_rows(mysql_query("SELECT * FROM `table` WHERE
UNIX_TIMESTAMP(`date`)>$user_last_visit"));
何このエラーを引き起こす可能性があり、次のように私のログはありますか?
[多くの重複](http://stackoverflow.com/search?q=mysql_num_rows%28%29%3A+supplied+argument+is+not++a+valid+MySQL+result+resource+in) –