I still get this error. Can someone help me to solve this?
MySQL Query Failed. Error 1030: Got error -1 from table handler


$query = "SELECT * FROM question WHERE answer<>'1' AND id>250 ORDER BY id";

$result = mysql_query($query) or die('MySQL Query Failed. Error
'.mysql_errno().':
'.mysql_error());

$number = mysql_num_rows($result);


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to