Forum Moderators: coopster

Message Too Old, No Replies

php and mysql error help

Got error 122 from table handler

         

proxyHunter

2:04 am on Nov 26, 2003 (gmt 0)

10+ Year Member



does anybody know what this error might mean?

"Got error 122 from table handler"

cheers

jatar_k

2:33 am on Nov 26, 2003 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



have you tried using an

or die("<p>" . mysql_errno() [ca.php.net]);

at the end of the query? Another thing to try is to paste the actual into phpmyadmin or, even better, a terminal and see what the true error is.

That is a handled error so you will need to get the actual error from mysql. You could also try echo'ing the query to see if there is something wrong with it.