On 25-Aug-2001 Martin Kampherbeek wrote:
> 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);
> 
> 

run:
 repair table question

Regards,
-- 
Don Read                                       [EMAIL PROTECTED]
-- It's always darkest before the dawn. So if you are going to 
   steal the neighbor's newspaper, that's the time to do it.

-- 
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