Technically, here's what it means. Extract() expects an array to, well, extract. That error means its not being passed an array. So, that means that mysql_fetch_assoc() isn't returning an array, which means that mysql_query() isn't passing any data.
Practically, here's what it means. Your query isn't returning any rows. 🙂