|
Maybe the query doesn't do exactly what you intended, but there doesn't seem to be any errors in it. Since the error message says it is the argument being passed to mysql_fetch_array() that is invalid, that is, the result from mysql_query(). The mysql_query() function itself seem to be executed properly. Perhaps no rows are returned?
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|