![]() |
Including XML files in an email template - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Including XML files in an email template (/showthread.php?tid=4246) |
Including XML files in an email template - El Forum - 11-14-2007 [eluser]omed habib[/eluser] I'm sending out an email, but the entire document is an XML file, which I'm emailing like this: Code: // Load the XML template Code: <?xml version="1.0" encoding="UTF-8"?> Thanks! Omed Including XML files in an email template - El Forum - 11-14-2007 [eluser]omed habib[/eluser] Nevermind.. looks like: Code: <? echo '<?xml version="1.0" encoding="UTF-8"?>'; ?> |