mysql_num_rows() warning
I am getting these warnings on one of my pages:
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\WFRMA\Admin\update.php on line 126
Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in C:\xampp\htdocs\WFRMA\Admin\update.php on line 147
I commented out the lines to see if they are in fact where the problem lies. I didn't receive the errors after doing this so the line references appear to be accurate. I've been unable to figure out how to fix this though. The script seems to run just fine even with this warning, but I would like to correct whatever is happening and grateful for any help getting me on the right track.
Local server: XAMPP version 2.5.8
PHP 5.3.1
MySQL 5.1.41
phpMyAdmin 3.2.4
Apache 2.2.14
Workstation OS: Win XP Pro SP3
