I'd like to place
<a href="mailto:<?=$row_Ret['JEmail'];?>"><?=$row_Ret['JEmail'];?></a>
In the second part of the following, where the echo goes, but getting error messages. Can't seem to get the winnning combination:
<?php if (!empty($row_Ret['JEmail'])){echo $row_Ret['JEmail']; }
This is Dreamweaver/recordsets. Recommendations?