isaac_cm Posted November 19, 2006 Share Posted November 19, 2006 Hello,I need to send a hole file html content by mail, I know how to send email but the problem is this page contains dynamic php fields , and I want to send this dynamic values by email, how to send the dynamic valuesany idea ?thanks. Link to comment https://forums.phpfreaks.com/topic/27807-send-hole-page-as-an-email/ Share on other sites More sharing options...
fert Posted November 19, 2006 Share Posted November 19, 2006 eval() Link to comment https://forums.phpfreaks.com/topic/27807-send-hole-page-as-an-email/#findComment-127239 Share on other sites More sharing options...
isaac_cm Posted November 19, 2006 Author Share Posted November 19, 2006 never mind, my previous question, I Have a new oneThe page I want to send by email to me it will be first displayed to the user so he/she can print it (it is a form conatins user data) do I have to store all the html in the page in a variable $message and pass it to sendmail() function, or there is another way that relieve me from repeating the html script ?thanks Link to comment https://forums.phpfreaks.com/topic/27807-send-hole-page-as-an-email/#findComment-127246 Share on other sites More sharing options...
isaac_cm Posted November 20, 2006 Author Share Posted November 20, 2006 any reply plzzz Link to comment https://forums.phpfreaks.com/topic/27807-send-hole-page-as-an-email/#findComment-127663 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.