insert html into php variable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I am using phpmailer for a rich html mailer and I have been using lines like 
this to build up the mailbody


$mail_body .= "<div align=\"center\"><img 
src=\"http://www.myurl.org/mylogo.gif\";;



Is there a  build in function to assign html code to a php variable and then 
output them? Or can I read an external php file into a variable?

<div id="container">
div id="content-top">thsi is some content</div>
 <div id="content-middle">
 <div id="logos"></div>
  <div id="content-bottom">
   </div>


many thanks,


R. 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux