Welcome Guest, Not a member yet? Register   Sign In
Linking mail?
#1

[eluser]Tanax[/eluser]
Hi!

I have a basic contact mail, and I'm linking it through a href html code like so:
but that gets replaced like so:
Code:
index.php/site/[email protected]

I mean.. the link leads to that instead of a basic mail link.
How would I make it link to [email protected] instead of index.php/site/[email protected] ??
#2

[eluser]derekmichaeljohnson[/eluser]
Code:
?
#3

[eluser]Tanax[/eluser]
Oh.. right. I'm stupid.

Cheers for help Smile
#4

[eluser]Dam1an[/eluser]
You can also use the mailto helper function if you want
Code:
echo mailto('[email protected]', 'Click Here to Contact Me');

There's also a safe_mailto function which protects the email address from spam bots
#5

[eluser]Tanax[/eluser]
Didn't know that. Could be useful. Thanks!




Theme © iAndrew 2016 - Forum software by © MyBB