please help me repair this error..
<?php echo "<h3>Accounts</h3><table style=\"margin-top:10px;text-align:center;\" width=\"65%\" cellspacing=\"0\" cellpadding=\"5\" align=\"center\">"; ?>
<?php
$accq = mysql_query("SELECT * FROM accounts ORDER BY username DESC");
while ($acc = mysql_fetch_array($accq))
{
echo "<tr style=\"background:#D16976;color:#fff;\"><td><font size=\"1\">$acc[username]</font></td></tr><tr><td>$acc[password]</td></tr><td height=\"10\" ></td>";
}
echo "</table>";
echo "<br>Error: ";
$result = mysql_query($accq) or die (mysql_error());
?>
and im getting:
http://s8.postimg.org/9o0blstnp/screenshot_1134.png