Error message help for a real newbie?
Posted: Sat May 27, 2006 1:50 pm
I have just recently left the NT server/access/.asp world and trying to learn Linux/mysql/myphpadmin/.php
My first task is to find a login script and this one looks great. The problem is that being new to all of it I'm not sure if its the code, connection or db structure that I'm choking on.
If you click on this page, you'll get these errors:
If I google the error message I just come up with a lot of pages with the same error. I am hoping a trained eye could point me in the right direction or maybe suggest a resource link I can use to define errors while I am learning.
I can post the code if needed. Just tried to keep it short.
Thanks in advance for any help!
Steve
My first task is to find a login script and this one looks great. The problem is that being new to all of it I'm not sure if its the code, connection or db structure that I'm choking on.
If you click on this page, you'll get these errors:
Code: Select all
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/www/stevenburt.com/include/database.php on line 199
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/www/stevenburt.com/include/database.php on line 210
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/www/stevenburt.com/include/database.php:199) in /home/www/stevenburt.com/include/session.php on line 46
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/www/stevenburt.com/include/database.php on line 210
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/www/stevenburt.com/include/database.php on line 199
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in /home/www/stevenburt.com/include/database.php on line 210If I google the error message I just come up with a lot of pages with the same error. I am hoping a trained eye could point me in the right direction or maybe suggest a resource link I can use to define errors while I am learning.
I can post the code if needed. Just tried to keep it short.
Thanks in advance for any help!
Steve