Can any one tell me any other reason that a mysql_query statement would return false or 0 when the sql statement is valid? I'm using an insert statement. I'm trying to do multiple user form inserts.
Are you sure your SQL statement is valid. Why don't you post it here so we can have a look
I solved it. My sql statement was valid but my mysql_select_db statement was not.