teitoklein01 Posted March 7, 2011 Share Posted March 7, 2011 I have a page which contains php scripts for the values that will be send through email. my problem is when i send it, it doesn't read the php script. The body only read plain html text. how can I output my php script values through html Quote Link to comment https://forums.phpfreaks.com/topic/229908-problem-with-email-message-body/ Share on other sites More sharing options...
cunoodle2 Posted March 7, 2011 Share Posted March 7, 2011 The problem with your code is on line 37. Quote Link to comment https://forums.phpfreaks.com/topic/229908-problem-with-email-message-body/#findComment-1184162 Share on other sites More sharing options...
teitoklein01 Posted March 7, 2011 Author Share Posted March 7, 2011 what? I don't get . it's not related to what i'm asking Quote Link to comment https://forums.phpfreaks.com/topic/229908-problem-with-email-message-body/#findComment-1184164 Share on other sites More sharing options...
cunoodle2 Posted March 7, 2011 Share Posted March 7, 2011 What I am saying is that there is an error in your code and it is on the 37th line of your code. Quote Link to comment https://forums.phpfreaks.com/topic/229908-problem-with-email-message-body/#findComment-1184165 Share on other sites More sharing options...
gristoi Posted March 7, 2011 Share Posted March 7, 2011 Cunoodle2 - I think your posting your reply in the wrong thread, teitoklein1 hasn't posted any code. teitoklein1, you really need to post the code so we can help you with your issue. But from the sound of it you need to use the echo function to output the variable. But without seeing your code there is not much that can be done Quote Link to comment https://forums.phpfreaks.com/topic/229908-problem-with-email-message-body/#findComment-1184174 Share on other sites More sharing options...
cunoodle2 Posted March 7, 2011 Share Posted March 7, 2011 Cunoodle2 - I think your posting your reply in the wrong thread, teitoklein1 hasn't posted any code. My point exactly. Please post some code and we will help you out. Without it we cannot help. Quote Link to comment https://forums.phpfreaks.com/topic/229908-problem-with-email-message-body/#findComment-1184178 Share on other sites More sharing options...
teitoklein01 Posted March 7, 2011 Author Share Posted March 7, 2011 ahhhh . im sorry im new in this forum. ha ha ! BTW I already solved it . thanks for the replies. just a noob mistake from me. Quote Link to comment https://forums.phpfreaks.com/topic/229908-problem-with-email-message-body/#findComment-1184195 Share on other sites More sharing options...
cunoodle2 Posted March 7, 2011 Share Posted March 7, 2011 ahhhh . im sorry im new in this forum. ha ha ! BTW I already solved it . thanks for the replies. just a noob mistake from me. No problem. In the future just post your code and we will be able to quickly help you. Also there should be a "SOLVED" button when you view this thread. Please hit that so that the topic is marked as "solved" to prevent other people from trying to come back in there to help. Quote Link to comment https://forums.phpfreaks.com/topic/229908-problem-with-email-message-body/#findComment-1184198 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.