People (and myself) are getting sporadic "table doesn't exist" errors when submitting data. Some of the pages have input forms and they are passed to another page, some post to themselves.
After searching some more, I thought maybe mysql_free_result (since I'm an idiot) was the issue. I commented out the field on the input page and got the error, went back, submitted again and it went successfully.
I had just been looking around in the database for a while too. So, if I go into the database, click on a few table names and go back to the web program to submit information, I almost always get the error. As soon as I stop looking around the db (without making any changes) the error seemes to stop coming up. But as soon as I go back in , it's back!
Any clue as to why this would happen?