Тема: Помогите Mysql+PHP
<?php
$result = mysql_query ("SELECT id,title,date,discription,author FROM lessons",db); Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in
$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='lesson'>
<tr>
<td class='lesson_title'>%s</td>
</tr>
<tr>
<td> </td>
</tr>
</table>", $myrow["title"]);
}
while ($myrow = mysql_fetch_array ($result)); Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in
?>
Помогите пожалуйста!!!!!!!!!!!!!!!!!!!!!!!!
Не могу решить проблему