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"; 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"; 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
Archived
This topic is now archived and is closed to further replies.