I'm trying to do a simple update to my db. The query is exactly the same to another query which qorks perfectly. However, when I try to submit the form data mysql_error() prints nothing and mysql_errno() prints "0". Obviously there's a problem somewhere but because there's no error message I don't know what else to try. I've gone through the code numerous time and can't find the problem.
Any ideas what the error code might mean?