I have a dynamic table which pulls out certain data from MySQL, I would like to make oone of the columns link to a specific page of mine any ideas? Here's some code to get what im talking about,
print "<TD>".$result['CVTitle']."</TD>";
print "<TD>".$result['CVSpeciality']."</TD>\n";
print "<TD>".$result['CVState']."</TD>";
print "<td>".$result['CVCity']."</TD>";
print "<td>".$result['CVLink']."</TD>\n";
print "</TR>\n";