what is wrong with this?
The query works because when I remove the while loop, all the entry shows up. I copied the while loop from another working page, but it is just not working...aaarrhh...please help....
<?while ($row1 = mysql_fetch_array ($result1)) {?>
<tr>
<td><?echo $row1["date"];?></td>
</tr>
<tr>
<td><?echo $row1["author"];?></td>
</tr>
<?};?>