Тема: Warning: mysql_fetch_array(): supplied argument is not a valid MySQL
<?php
$result = mysql_query ("SELECT id, title, discription, author, date FROM articles", $db);
$myrow = mysql_fetch_array ($result); - Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in
do {
printf ("<table align='center' class='article'>
<tr>
<td class='article_title'><p>%s</p><p>Дата добавления:%s</p><p>Автор урока:%s</p></td>
</tr>
<tr>
<td> </td>
</tr>
</table><br><br>", $myrow ["title"], $myrow ["date"], $myrow ["author"], $myrow ["discription"]);
}
while ($myrow = mysql_fetch_array ($result)); - Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in
?>
Помогите пожалуйста!!!!!!!!!!!!!!!!!!!!!!!!
Не могу решить проблему