Ошибка

"от Мысака Алексея" <[email protected]>
Newsgroups gmane.comp.db.mysql.bugs
Message-ID <000801c3f40c$092e9ae0$0f469cd5@hellraiser>
Я использую Windows2000 Professional.
Недавно, я установил у себя MySQL4.0, до этого у меня был MySQL3.53. Я устанавливал MySQL4.0 из mysql-4.0.18-win.zip, который загрузил с mysql.com. 
Ошибка заключается в следующем.
Когда я пишу в php-файле (PHP4)

$row=mysql_fetch_row($query_select_needful_users_info);
if(!$row)
{
   echo "Error!";
   echo mysql_error();
   exit;
}

скрипт выводит на экран "Error!" и прекращает свое действие. Строка "echo mysql_error();" - игнорируется. 
Why??????
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.