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. 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() 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 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 Link to comment https://forums.phpfreaks.com/topic/159375-construct-url-link/#findComment-841569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.