Database Email Links

Is it possible to format an email address that’s stored in a MySQL db
to display as a clickable mailto link when viewed in a control panel
(I don’t mean phpMyAdmin)? I can’t find any reference to this online
but certainly it must be explained somewhere.

Todd


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Sure.

<a href="mailto:<?=$your_email_address_variable?>">E-mail me!</a>

Walter


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

My fault, I wasn’t specific. I can create a mailto, what I’m unable
to do is have the email variable, email@hidden display as the
actual address (email@hidden) but as a link instead of plain text.
Whatever I try the email just disappears from the control panel.

Todd

On May 30, 2008, at 6:52 PM, waltd wrote:

Sure.

<a href="mailto:<?=$your_email_address_variable?>">E-mail me!</a>

dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Never mind, I got it. Damn my syntax.

Todd


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options