Im a new starter so u'll see my silly questions.
Im struggling to get to the second field ie $currency_code to come up with hyperlinks which when clicked on opens a pop window with that particular record.
?>
<tr>
<td><font face="Arial, Helvetica, sans-serif"><? echo "$country_name"; ?></font></td>
<td><font face="Arial, Helvetica, sans-serif"><? echo "$currency_code";?></font></td>
<td><font face="Arial, Helvetica, sans-serif"><? echo "$comments";?></font></td>
<td><font face="Arial, Helvetica, sans-serif"><a href="<? echo "$currency_code"; ?>">$currency_code</a></font></td>
</tr>
<?
your ideas would be great.
cheers,
jo