mjahkoh Posted May 23, 2009 Share Posted May 23, 2009 whats wrong with this? i get text instead of a url link $body = "Hi ".$user.",\n\n" ."2.)<a href=\"http://www.mysite.biz?IDo=".base64_encode($user)."&IDp=".base64_encode($pass)."\">complete registration</a><br>"; return mail($email,$subject,$body,$from); all the parameters are fine. Quote Link to comment https://forums.phpfreaks.com/topic/159375-construct-url-link/ Share on other sites More sharing options...
MadTechie Posted May 23, 2009 Share Posted May 23, 2009 your sending text, not HTML see example #4 of the php manual mail() Quote Link to comment https://forums.phpfreaks.com/topic/159375-construct-url-link/#findComment-840665 Share on other sites More sharing options...
mjahkoh Posted May 25, 2009 Author Share Posted May 25, 2009 The link doesnt work Quote Link to comment https://forums.phpfreaks.com/topic/159375-construct-url-link/#findComment-841568 Share on other sites More sharing options...
trq Posted May 25, 2009 Share Posted May 25, 2009 mail Quote Link to comment https://forums.phpfreaks.com/topic/159375-construct-url-link/#findComment-841569 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.