VeronicaCBurgess
Technical User
I have the following php code that works but I would like to have the Email address have the link that opens up email. Hope I am clear enough.
I have tried everything but always get error.
Thanks
Code:
<?php if($row_Contacts['PublishEmail']==0){
echo 'You can reach this member via the <a href="interior/contact.html">Contact page</a>';
} else {
echo $row_Contacts['Email'];
}
?>
I have tried everything but always get error.
Thanks