Every time I try to access information from the DB, I get an error like these:
Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource
I have gotten similar errors that point to different files containing the same or similar arguments.
Am I missing some tables or other info in my DB? I am not sure if I am supposed to create them manually or if the script should do it for me. How would I tell this?
Also, see this post for the code involved with the errors I received:
http://www.php-forum.com/p/viewtopic.php?t=571
Thanks in advance for any help.
Best regards,
Pro Z


