It says row 36, but my notepad doesn't count rows, so its in the block somewhere, being newbie I can't see it. I do have a printed out copy of php the manual, and looking at the parser tokens there is nothing listed in the reference to this parse error.
thanks in advance...
{
echo ("<td><A HREF='$rows[2]'>$rows[1]</A></td></tr>");
}
// Finally we close off the table
echo "</table>";
mysql_close($db);
?>