matthew_montgomery Posted May 12, 2010 Share Posted May 12, 2010 I have been staring at this an kept getting the same error, with the $from string. I have tried e-mails and all that. Don't quite understand what I am doing wrong. My code is below http://www.pastey.net/136378-krpl - Matthew. Link to comment https://forums.phpfreaks.com/topic/201498-another-set-of-eyes/ Share on other sites More sharing options...
trq Posted May 12, 2010 Share Posted May 12, 2010 You never close the $message string with "; Link to comment https://forums.phpfreaks.com/topic/201498-another-set-of-eyes/#findComment-1057126 Share on other sites More sharing options...
matthew_montgomery Posted May 12, 2010 Author Share Posted May 12, 2010 Thanks for that. But now im getting an error with line 28. http://www.pastey.net/136378-krpl Link to comment https://forums.phpfreaks.com/topic/201498-another-set-of-eyes/#findComment-1057136 Share on other sites More sharing options...
trq Posted May 12, 2010 Share Posted May 12, 2010 Post your current code. Link to comment https://forums.phpfreaks.com/topic/201498-another-set-of-eyes/#findComment-1057138 Share on other sites More sharing options...
matthew_montgomery Posted May 12, 2010 Author Share Posted May 12, 2010 Thought I did, my apologies. http://www.pastey.net/136380 Link to comment https://forums.phpfreaks.com/topic/201498-another-set-of-eyes/#findComment-1057141 Share on other sites More sharing options...
trq Posted May 12, 2010 Share Posted May 12, 2010 This.... $message = " $todayis [EST]" ; Instructor Name: " $in " ; Student Name : " $sn " ; Student Email: " $se " ; Student Rating: " $m1 " ($e1) ; Facility: " $fa " ; Session Length: " $sl " ; Session Notes: " $br " ; Needs to be.... $message = " $todayis [EST] Instructor Name: $in Student Name : $sn Student Email: $se Student Rating: $m1 ($e1) Facility: $fa Session Length: $sl Session Notes: $br "; Link to comment https://forums.phpfreaks.com/topic/201498-another-set-of-eyes/#findComment-1057143 Share on other sites More sharing options...
matthew_montgomery Posted May 12, 2010 Author Share Posted May 12, 2010 thank you so much sir. Link to comment https://forums.phpfreaks.com/topic/201498-another-set-of-eyes/#findComment-1057147 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.