<?php
$result = mysql_query ('SELECT id, title, author, description, date FROM lesson', $db) or die(mysql_error());
$set = mysql_fetch_assoc ($result);
do {
printf ("<table width='45%' border='1' align='center'>
<tr>
<td class='table_lesson_title'><p>%s</p> <p>Дата:%s</p> <p>Автор:%s</p></td>
</tr>
<tr>
<td class='table_lesson'> </td>
</tr>
</table>
<p class='text1'><br>", $set["title"], $set["date"], $set["author"]);
}
while ($set = mysql_fetch_assoc ($result));
?>
Выщло ошибка
Warning: printf() [function.printf]: Too few arguments in Z:\home\evil.ru\www\Lesson.php on line 50
_____________
Жадный.... жадный.... жадный кот