FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » e-mail Hyperlink Code
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: e-mail Hyperlink Code [message #176997 is a reply to message #176996] Tue, 14 February 2012 23:32 Go to previous messageGo to previous message
Michael Fesser is currently offline  Michael Fesser
Messages: 215
Registered: September 2010
Karma:
Senior Member
.oO(Mike Copeland)

> How do I code the syntax to get the e-mail link at the end of the
> code below to (1) show it's a hyperlink and (2) call the user's e-mail
> client to create and send the e-mail request? I'm able to do this in
> HTML code and file (e.g. href="mailto:..."), but it doesn't work in a
> PHP file. Please advise. TIA

If you can do it with HTML, you can do it with PHP. There's no
difference, since PHP just outputs HTML.

> <div class="eventInfo">To request a confirmation e-mail be resent or to
> update a participant e-mail, send the participant name and e-mail
> address to: patsrun(at)pattillmanfoundation(dot)org.</div>

This is pure HTML, but it doesn't contain a link, so it won't work as
expected. You have to use an 'a' element and a 'mailto' URL, as you've
already mentioned above.

Micha

--
http://mfesser.de/blickwinkel
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Owner & Group extract as 101 101 instead of root system
Next Topic: 0.1% tests failed while trying to build 5.3.10
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Fri Sep 20 15:48:38 GMT 2024

Total time taken to generate the page: 0.04772 seconds