what i'm trying to do is pas the var called name somehow in this echo statment, I'm just not having much luck.
echo("</td><td width=200>");
echo ("<a href=\"" . mysql_result($sqlData, $i, "link") . "\">" . mysql_result($sqlData, $i, "name") . " </a>");
darin