06.05.2011, 02:43
say you stored a result then did not free it, so the next mysql_query called/used, it would cause a command out of sync error, and not complete the query. you can bypass errors by using IGNORE which will make the errors into warnings, then use mysql_warning_count()..etc