Hide email address |
12/14/2006 4:21:19 PM |
PHPRunner General questions | |
E
ehud author
I have an email address field. When the table is displayed, I would just to have a link saying "email" instead of the acutal email address displayed, for privacy reasons. Is there a way to do it? |
|
T
|
thesofa 12/14/2006 |
do you mean in the form where you get a 'send me an email' type link on a web page, and the link opens outlook or pegasus or your own email client? |
L
|
lawfour 12/14/2006 |
I checked out your site, I think I see what you want to do. Basically you dont want the email address shown but still want the user to be able to email the person without revealing the email address. do you mean in the form where you get a 'send me an email' type link on a web page, and the link opens outlook or pegasus or your own email client? |
J
|
Jane 12/15/2006 |
Hi, $value="<a href=\"mailto:".$value."\">email</a>"; |