jakebur01 Posted February 19, 2009 Share Posted February 19, 2009 How can I correctly make my variables work in this string? $headers .= 'To: $name <$c_email>' . "\r\n"; Quote Link to comment https://forums.phpfreaks.com/topic/145987-solved-variable-in-mail-header/ Share on other sites More sharing options...
marcus Posted February 19, 2009 Share Posted February 19, 2009 $headers .= "To: ".$name." <".$c_email.">\r\n"; Quote Link to comment https://forums.phpfreaks.com/topic/145987-solved-variable-in-mail-header/#findComment-766421 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.