PHP FAQ: What is the PHP Warning: mysql_fetch_array() expects parameter 1 to be resource, boolean given in error message, and how do I fix it?
I just ran into this this "mysql_fetch_array() expects parameter 1 to be resource, boolean given" error message, and learned that it's because there's something wrong with my SQL query.