 |

grauchut
User
Apr 15, 2008, 1:53 AM
Post #1 of 2
(295 views)
Shortcut
|
|
How to add an email link
|
Can't Post
|
|
Dave is there a way to add an email link. So if a client enters an email address it will post it like this. sales@emergencydesignz.com Thanks Glenn Glenn Rauchut (Owner) Emergency Designz
(This post was edited by Dave on Apr 15, 2008, 9:31 AM)
|
|
|  |
 |

Dave
Staff
/ Moderator

Apr 15, 2008, 9:32 AM
Post #2 of 2
(284 views)
Shortcut
|
|
Re: [grauchut] How to add an email link
[In reply to]
|
Can't Post
|
|
Yes, here's the code:
<a href="mailto:<?php echo $record['email']; ?>"><?php echo $record['email']; ?></a> Hope that helps! Dave Edis - Senior Developer interactivetools.com
|
|
|  |
|