I'm trying to echo a link, with one values from the database as the link itself, and the other the link name, how would i do that? Is it something like ...
echo "<a href=\"".mysql_result($result,0,"first");."\">mysql_result($result,0,"second");</a>";