I need to send a href address to my email using a hidden script inside a php input form. For example, http:\www.test.com, but the argument of the mail() function just accepts string types, or better saying, just plain text. I need to echo a html href so that when I receive it I get able to click on the address. Remember that I need to send it through a mail function. PS: I don't want to use the echo statment after the function because the email with the href address will be also sent other persons that I don't want them to see it.